mirror of
https://github.com/e107inc/e107.git
synced 2025-08-25 23:36:29 +02:00
PHP warning fixes.
This commit is contained in:
@@ -40,7 +40,7 @@ $f = new forumUpgrade;
|
||||
|
||||
$sql = e107::getDb();
|
||||
|
||||
if($_GET['reset'])
|
||||
if(!empty($_GET['reset']))
|
||||
{
|
||||
unset($_SESSION['forumUpgrade']);
|
||||
unset($_SESSION['forumupdate']);
|
||||
|
Reference in New Issue
Block a user