aboutsummaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-13 16:10:51 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-13 16:10:51 +0000
commit261da83721042cdfb1e1260d07bb642f352531d5 (patch)
tree8a5c0a9eec4aeb80d79ad49d5d327c6726c66285 /engine
parent2e18c9f778ed65bf6a48b71004e3211ead3fa0f2 (diff)
downloadelgg-261da83721042cdfb1e1260d07bb642f352531d5.tar.gz
elgg-261da83721042cdfb1e1260d07bb642f352531d5.tar.bz2
Correct menus being used
git-svn-id: https://code.elgg.org/elgg/trunk@1907 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine')
-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;