The signal name was wrong, therefor mtn syncs never updated the IDF timeline.
This commit is contained in:
parent
2c4f2d3037
commit
c3ff90c4f8
@ -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'));
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user