Revision: 1505
Author:   [email protected]
Date:     Mon Feb 27 11:05:45 2012
Log:      fix Issue 544
http://code.google.com/p/typecho/source/detail?r=1505

Modified:
 /trunk/var/Widget/Menu.php

=======================================
--- /trunk/var/Widget/Menu.php  Mon Feb 27 10:46:11 2012
+++ /trunk/var/Widget/Menu.php  Mon Feb 27 11:05:45 2012
@@ -203,9 +203,9 @@
                                         if (!isset($currentOut[$outKey])) {
                                             $validate = false;
                                             break;
-                                                                               
} else {
-                                                                               
        $validate = $out[$outKey] == $currentOut[$outKey];
-                                                                               
}
+                                        } else {
+ $validate = $out[$outKey] == $currentOut[$outKey];
+                                        }
                                     }
                                 } else {
                                     $validate = false;
_______________________________________________
announce mailing list
[email protected]
http://lists.typecho.org/mailman/listinfo/announce

回复