From c3ff90c4f8ad771006cc27c216f5cf57f9618871 Mon Sep 17 00:00:00 2001 From: Thomas Keller Date: Thu, 14 Oct 2010 19:26:09 +0000 Subject: [PATCH] The signal name was wrong, therefor mtn syncs never updated the IDF timeline. --- src/IDF/relations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IDF/relations.php b/src/IDF/relations.php index 9442aba..6848e1a 100644 --- a/src/IDF/relations.php +++ b/src/IDF/relations.php @@ -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')); #