From: Zach Copley Date: Sat, 18 Jul 2009 01:09:03 +0000 (-0700) Subject: Fix setting id. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5d5401b371a7e88140219216f3daa9f9c6fecaaf;p=quix0rs-gnu-social.git Fix setting id. --- diff --git a/scripts/twitterstatusfetcher.php b/scripts/twitterstatusfetcher.php index 8b10bfbadd..248cf86f10 100755 --- a/scripts/twitterstatusfetcher.php +++ b/scripts/twitterstatusfetcher.php @@ -32,7 +32,7 @@ $helptext = <<set_id($id); + } + } + /** * Name of this daemon * @@ -640,6 +649,8 @@ if (have_option('i')) { $id = null; } +common_debug("id set to $id"); + $fetcher = new TwitterStatusFetcher($id); $fetcher->runOnce();