Revision 3099,
473 bytes
checked in by nicofrand, 11 years ago
(diff) |
Version 1.0.1: bugfixes and phpdoc
|
Line | |
---|
1 | <?php |
---|
2 | /** |
---|
3 | * @author Nicolas Frandeboeuf <nicofrand@gmail.com> |
---|
4 | * @version 1.0.1 |
---|
5 | * @package feed2img |
---|
6 | */ |
---|
7 | |
---|
8 | if (!defined("DC_CONTEXT_ADMIN")) |
---|
9 | return; |
---|
10 | |
---|
11 | require_once(dirname(__FILE__) . "/inc/class.feed2img.php"); |
---|
12 | $core->addBehavior("adminAfterPostCreate", array("EntriesSelection", "buildImage")); |
---|
13 | $core->addBehavior("adminAfterPostUpdate", array("EntriesSelection", "buildImage")); |
---|
14 | $core->addBehavior("adminBeforePostDelete", array("EntriesSelection", "buildImage")); |
---|
15 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.