1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-15 02:57:15 +02:00

Code cleanup / globals removal etc.

This commit is contained in:
Cameron
2015-02-15 16:07:27 -08:00
parent 83ea70f881
commit 9a21cad851
39 changed files with 198 additions and 154 deletions

View File

@@ -64,7 +64,7 @@ if($_POST['moderate'] && CB_MOD)
}
$sql->gen("DELETE FROM #chatbox WHERE cb_id IN ({$deletelist})");
}
$e107cache->clear("nq_chatbox");
e107::getCache()->clear("nq_chatbox");
$mes->addSuccess(CHATBOX_L18);
}