forked from friendica/friendica-addons
Review Updates
Removed errant change to logger text
This commit is contained in:
parent
48dcbc6f3f
commit
9a8b0948b8
|
@ -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']);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue