mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Fix RoomAction::prune()
This commit is contained in:
parent
cdd2385b08
commit
b3a192fc78
@ -65,7 +65,7 @@ public function prune() {
|
|||||||
FROM
|
FROM
|
||||||
wcf".WCF_N."_user_storage
|
wcf".WCF_N."_user_storage
|
||||||
WHERE
|
WHERE
|
||||||
AND field = ?
|
field = ?
|
||||||
AND fieldValue IS NOT NULL
|
AND fieldValue IS NOT NULL
|
||||||
)";
|
)";
|
||||||
$stmt = \wcf\system\WCF::getDB()->prepareStatement($sql);
|
$stmt = \wcf\system\WCF::getDB()->prepareStatement($sql);
|
||||||
|
Loading…
Reference in New Issue
Block a user