diff options
-rw-r--r-- | Zotlabs/Module/Item.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Item.php b/Zotlabs/Module/Item.php index ef1eb3700..9419dea0f 100644 --- a/Zotlabs/Module/Item.php +++ b/Zotlabs/Module/Item.php @@ -1178,7 +1178,7 @@ logger('linkify: ' . print_r($results,true)); intval($channel_id) ); if($y && intval($y[0]['total']) > 1) { - q("update account set account_level = 1 where account_id = %d limit 1", + q("update account set account_level = 1 where account_id = %d", intval($a[0]['account_id']) ); } |