From f3d74b59e8957dfa7793125aaf71f47e088008d4 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Fri, 16 Jan 2015 23:26:29 +0100 Subject: Fix a bug when default view is the global one. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- app/views/index/global.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/index/global.phtml b/app/views/index/global.phtml index cf95bd0f5..0ffa3bc54 100644 --- a/app/views/index/global.phtml +++ b/app/views/index/global.phtml @@ -13,7 +13,7 @@ 'index', - 'a' => 'index', + 'a' => 'normal', 'params' => Minz_Request::params() ); -- cgit v1.2.3