]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Garbage collection script didn't loop through anything
authorMikael Nordfeldth <mmn@hethane.se>
Tue, 6 May 2014 14:18:47 +0000 (16:18 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Tue, 6 May 2014 14:18:47 +0000 (16:18 +0200)
plugins/OStatus/scripts/gcfeeds.php

index 0de48a035ff00b037e248f0adae7ec4e73c7322d..55c29238fba8854dde90bea696692df71449b17e 100644 (file)
@@ -29,7 +29,7 @@ END_OF_HELP;
 require_once INSTALLDIR.'/scripts/commandline.inc';
 
 $feedsub = new FeedSub();
-
+$feedsub->find();
 while ($feedsub->fetch()) {
     echo "{$feedsub->uri} ({$feedsub->sub_state})";
     try {