1
0
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:
Moc 2013-03-26 12:38:29 +01:00
parent 61f9077026
commit 805cfcb87c

View File

@ -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)