aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/entities.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/entities.php')
-rw-r--r--engine/lib/entities.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/entities.php b/engine/lib/entities.php
index 771627b89..b434f8f7f 100644
--- a/engine/lib/entities.php
+++ b/engine/lib/entities.php
@@ -681,7 +681,7 @@
*/
public function isEnabled()
{
- if ($this->enabled)
+ if ($this->enabled == 'yes')
return true;
return false;