Revision: 1536
Author:   magike.net
Date:     Sun Mar 25 23:40:48 2012
Log:      修正一级菜单丢失的错误
http://code.google.com/p/typecho/source/detail?r=1536

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

=======================================
--- /trunk/var/Widget/Menu.php  Fri Mar 23 03:35:55 2012
+++ /trunk/var/Widget/Menu.php  Sun Mar 25 23:40:48 2012
@@ -211,7 +211,7 @@
                 if (!$hidden) {
                     $showedChildrenCount ++;

-                    if (!empty($firstUrl)) {
+                    if (empty($firstUrl)) {
                         $firstUrl = $url;
                     }

_______________________________________________
announce mailing list
[email protected]
http://lists.typecho.org/mailman/listinfo/announce

回复