]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/SubMirror/classes/SubMirror.php
Notice->repeat() function takes Profile as argument now
[quix0rs-gnu-social.git] / plugins / SubMirror / classes / SubMirror.php
index 7c3e6af3ec1e8db3992db17d79d011e180cfa1a3..de63841e729e84f44f712d7efaa0c3bbb5f555ba 100644 (file)
@@ -179,7 +179,7 @@ class SubMirror extends Managed_DataObject
             return true;
         } else {
             common_log(LOG_INFO, "SubMirror plugin auto-repeating notice $notice->id for $profile->id");
-            return $notice->repeat($profile->id, 'mirror');
+            return $notice->repeat($profile, 'mirror');
         }
     }