Review Updates
Removed errant change to logger text
This commit is contained in:
parent
48dcbc6f3f
commit
9a8b0948b8
1 changed files with 1 additions and 1 deletions
|
@ -645,7 +645,7 @@ function twitter_cron($a,$b) {
|
||||||
$r = q("SELECT * FROM `pconfig` WHERE `cat` = 'twitter' AND `k` = 'mirror_posts' AND `v` = '1'");
|
$r = q("SELECT * FROM `pconfig` WHERE `cat` = 'twitter' AND `k` = 'mirror_posts' AND `v` = '1'");
|
||||||
if(count($r)) {
|
if(count($r)) {
|
||||||
foreach($r as $rr) {
|
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']);
|
proc_run(PRIORITY_MEDIUM, "addon/twitter/twitter_sync.php", 1, (int)$rr['uid']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue