mirror of
https://github.com/e107inc/e107.git
synced 2025-04-19 20:21:51 +02:00
Typo fix previous commit
This commit is contained in:
parent
61f9077026
commit
805cfcb87c
@ -136,7 +136,7 @@ class forumAdmin
|
||||
}
|
||||
require_once(e_PLUGIN.'forum/forum_class.php');
|
||||
$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();
|
||||
foreach($list as $t)
|
||||
|
Loading…
x
Reference in New Issue
Block a user