The signal name was wrong, therefor mtn syncs never updated the IDF timeline.

master
Thomas Keller 2010-10-14 19:26:09 +00:00
parent 2c4f2d3037
commit c3ff90c4f8
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ Pluf_Signal::connect('IDF_Key::postSave',
array('IDF_Plugin_SyncMonotone', 'entry'));
Pluf_Signal::connect('IDF_Key::preDelete',
array('IDF_Plugin_SyncMonotone', 'entry'));
Pluf_Signal::connect('phppostpush.php::run',
Pluf_Signal::connect('mtnpostpush.php::run',
array('IDF_Plugin_SyncMonotone', 'entry'));
#