mirror of
https://github.com/e107inc/e107.git
synced 2025-03-13 17:09:46 +01:00
e_vars isEmpty() fix
This commit is contained in:
parent
b16980598a
commit
0b40d1d839
@ -468,7 +468,7 @@ class e_vars extends e_object
|
||||
*/
|
||||
public function isEmpty()
|
||||
{
|
||||
return $this->hasData();
|
||||
return (!$this->hasData());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user