mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 11:36:08 +02:00
PHP warning fixes.
This commit is contained in:
@@ -1148,7 +1148,7 @@ if(!deftrue('OLD_FORUMADMIN'))
|
||||
public function init()
|
||||
{
|
||||
|
||||
$id = intval($_GET['id']);
|
||||
$id = (int) varset($_GET['id']);
|
||||
|
||||
if(!empty($id))
|
||||
{
|
||||
|
Reference in New Issue
Block a user