Showing
1 changed file
with
1 additions
and
0 deletions
@@ -24,6 +24,7 @@ class IndexController extends AbstractAction | @@ -24,6 +24,7 @@ class IndexController extends AbstractAction | ||
24 | $this->setTitle('逛'); | 24 | $this->setTitle('逛'); |
25 | $this->setNavHeader('逛', true, SITE_MAIN); | 25 | $this->setNavHeader('逛', true, SITE_MAIN); |
26 | 26 | ||
27 | + $uid = $this->getUid(); | ||
27 | $udid = $this->getUdid(); | 28 | $udid = $this->getUdid(); |
28 | 29 | ||
29 | $type = $this->get('id', 0); | 30 | $type = $this->get('id', 0); |
-
Please register or login to post a comment