mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Deprecated function cleanup
This commit is contained in:
@@ -422,7 +422,7 @@ elseif ($action == 'comment')
|
||||
AND n.news_allow_comments=0";
|
||||
}
|
||||
|
||||
if (!$sql->db_Select_gen($query))
|
||||
if (!$sql->gen($query))
|
||||
{
|
||||
e107::redirect();
|
||||
exit;
|
||||
|
Reference in New Issue
Block a user