Преглед изворни кода

Fix a bug when default view is the global one.

If default view is "global", the popup tried to get articles on the
default view which was… "global"! Articles are present on the "normal" view
instead.
Marien Fressinaud пре 11 година
родитељ
комит
f3d74b59e8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/views/index/global.phtml

+ 1 - 1
app/views/index/global.phtml

@@ -13,7 +13,7 @@
 <?php
 <?php
 	$url_base = array(
 	$url_base = array(
 		'c' => 'index',
 		'c' => 'index',
-		'a' => 'index',
+		'a' => 'normal',
 		'params' => Minz_Request::params()
 		'params' => Minz_Request::params()
 	);
 	);