Showing
1 changed file
with
1 additions
and
1 deletions
@@ -520,7 +520,7 @@ class HomeController extends AbstractAction | @@ -520,7 +520,7 @@ class HomeController extends AbstractAction | ||
520 | { | 520 | { |
521 | echo " "; | 521 | echo " "; |
522 | } | 522 | } |
523 | - elseif ($page = 1) | 523 | + elseif ($page == 1) |
524 | { | 524 | { |
525 | $order['walkwayUrl'] = self::strollAction(); | 525 | $order['walkwayUrl'] = self::strollAction(); |
526 | } | 526 | } |
-
Please register or login to post a comment