]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
fixed typo in elgg menu updates from last night
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 24 Feb 2011 12:21:24 +0000 (12:21 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 24 Feb 2011 12:21:24 +0000 (12:21 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8460 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/classes/ElggMenuItem.php

index b5b7f2f81415b2104a1f7c9febacaf2cbba3f234..3ba76f246e4deb3b42eb15e1c13c87be9672ba22 100644 (file)
@@ -411,7 +411,7 @@ class ElggMenuItem {
         */
        public function getContent(array $vars = array()) {
 
-               if ($this->href == false) {
+               if ($this->href === false) {
                        return $this->text;
                }