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

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

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

回复