Review Updates

Removed errant change to logger text
This commit is contained in:
Adam Magness 2017-11-07 06:51:46 -05:00
parent 48dcbc6f3f
commit 9a8b0948b8
1 changed files with 1 additions and 1 deletions

View File

@ -645,7 +645,7 @@ function twitter_cron($a,$b) {
$r = q("SELECT * FROM `pconfig` WHERE `cat` = 'twitter' AND `k` = 'mirror_posts' AND `v` = '1'");
if(count($r)) {
foreach($r as $rr) {
logger('twitter:PConfig::get fetching for user '.$rr['uid']);
logger('twitter: fetching for user '.$rr['uid']);
proc_run(PRIORITY_MEDIUM, "addon/twitter/twitter_sync.php", 1, (int)$rr['uid']);
}
}