* Fix undefined error.
This commit is contained in:
@@ -22,7 +22,7 @@ class html extends \html
|
||||
{
|
||||
}
|
||||
|
||||
if(!$_SESSION['installing'])
|
||||
if(empty($_SESSION['installing']))
|
||||
{
|
||||
class commonModel extends \commonModel
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user