]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
updated todo comment on compareByWeight
authorcash <cash.costello@gmail.com>
Sat, 9 Feb 2013 15:32:05 +0000 (10:32 -0500)
committercash <cash.costello@gmail.com>
Sat, 9 Feb 2013 15:32:05 +0000 (10:32 -0500)
engine/classes/ElggMenuBuilder.php

index 0dce02be497c453ed7ebbe918be627200b77d0b8..639e347557079e30d00ef2a759ab9e4e45492624 100644 (file)
@@ -275,7 +275,7 @@ class ElggMenuBuilder {
         * @param ElggMenuItem $b
         * @return bool
         *
-        * @todo deprecate this? weight seems to be deprecated
+        * @todo change name to compareByPriority
         */
        public static function compareByWeight($a, $b) {
                $aw = $a->getWeight();