Changeset 416:914195b2f605 for plugins
- Timestamp:
- 06/27/11 08:49:33 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/attachments/_admin.php
r407 r416 13 13 14 14 $core->addBehavior ('adminPostFormSidebar',array('attachmentAdmin','adminPostFormSidebar')); 15 $core->addBehavior ('adminPost Form',array('attachmentAdmin','adminPostForm'));15 $core->addBehavior ('adminPostAfterForm',array('attachmentAdmin','adminPostAfterForm')); 16 16 17 17 class attachmentAdmin … … 60 60 } 61 61 62 public static function adminPost Form($post) {62 public static function adminPostAfterForm($post) { 63 63 if ($post !== null) 64 64 {
Note: See TracChangeset
for help on using the changeset viewer.