X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=fixup_replies.php;h=51ecf7afaa4c1ca59d22e4fec81f8b883bfdc5fb;hb=38b215805e17e3df93c4b93c323ed7e72b927820;hp=a9ada0756b7627a067b0820e6093a4a643bef526;hpb=4b0abe0ce7fd8c9e2cc8ddf52f76cd4c93a5f279;p=quix0rs-gnu-social.git diff --git a/fixup_replies.php b/fixup_replies.php index a9ada0756b..51ecf7afaa 100755 --- a/fixup_replies.php +++ b/fixup_replies.php @@ -20,8 +20,8 @@ # Abort if called from a web server if (isset($_SERVER) && array_key_exists('REQUEST_METHOD', $_SERVER)) { - print "This script must be run from the command line\n"; - exit(); + print "This script must be run from the command line\n"; + exit(); } define('INSTALLDIR', dirname(__FILE__)); @@ -35,6 +35,6 @@ $notice = new Notice(); $cnt = $notice->find(); while ($notice->fetch()) { - common_log(LOG_INFO, 'Getting replies for notice #' . $notice->id); - common_save_replies($notice); + common_log(LOG_INFO, 'Getting replies for notice #' . $notice->id); + common_save_replies($notice); }