]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Should be using onHandleQueuedNotice instead of onEndNoticeSave
authorCraig Andrews <candrews@integralblue.com>
Thu, 19 Nov 2009 16:08:13 +0000 (11:08 -0500)
committerCraig Andrews <candrews@integralblue.com>
Thu, 19 Nov 2009 16:08:13 +0000 (11:08 -0500)
plugins/LinkbackPlugin.php
plugins/Realtime/RealtimePlugin.php

index 915d15c07562c7af3dd6168726a57feebbf2ab62..f220fff8f652b9edfbce3adc19d0b65dfb0256ea 100644 (file)
@@ -59,7 +59,7 @@ class LinkbackPlugin extends Plugin
         parent::__construct();
     }
 
-    function onEndNoticeSave($notice)
+    function onHandleQueuedNotice($notice)
     {
         if ($notice->is_local == 1) {
             // Try to avoid actually mucking with the
index 2cff03d6c80ae7bb694a61a996eac3294aa542fb..c5fb6de038fa7cc83a9f6a367a9c53b01261e914 100644 (file)
@@ -125,7 +125,7 @@ class RealtimePlugin extends Plugin
         return true;
     }
 
-    function onEndNoticeSave($notice)
+    function onHandleQueuedNotice($notice)
     {
         $paths = array();