Eliminate some php notices caused by use of uninitialized variables
This commit is contained in:
@@ -8,7 +8,7 @@ require(BASE."include/"."incl.php");
|
||||
|
||||
$help_path = BASE."/help";
|
||||
|
||||
if($aClean['sTopic'])
|
||||
if(isset($aClean['sTopic']))
|
||||
{
|
||||
display_help($aClean['sTopic']);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user