mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
Typo fix previous commit
This commit is contained in:
@@ -136,7 +136,7 @@ class forumAdmin
|
|||||||
}
|
}
|
||||||
require_once(e_PLUGIN.'forum/forum_class.php');
|
require_once(e_PLUGIN.'forum/forum_class.php');
|
||||||
$f = new e107Forum;
|
$f = new e107Forum;
|
||||||
if($sql->delect('forum_thread', 'thread_id','thread_forum_id='.$forumId))
|
if($sql->delete('forum_thread', 'thread_id','thread_forum_id='.$forumId))
|
||||||
{
|
{
|
||||||
$list = $sql->db_getList();
|
$list = $sql->db_getList();
|
||||||
foreach($list as $t)
|
foreach($list as $t)
|
||||||
|
Reference in New Issue
Block a user