Changeset 1445
- Timestamp:
- 05/26/10 13:13:38 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostropheBlogPlugin/trunk/config/apostropheBlogPluginConfiguration.class.php
r1379 r1445 25 25 $this->dispatcher->connect('a.getGlobalButtons', array('apostropheBlogPluginConfiguration', 26 26 'getGlobalButtons')); 27 // This was inadvertently removed just prior to 1.4. Now apostrophe:migrate hooks up properly again 28 $this->dispatcher->connect('command.post_command', array('aBlogEvents', 29 'listenToCommandPostCommandEvent')); 27 30 self::$registered = true; 28 31 }

