fixes #563 quick search filter, wrong limits on upper range limit

This commit is contained in:
modus75
2016-12-09 21:59:34 +01:00
parent 0a90a68915
commit 25e2954490
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ $template->set_filename('index', 'index.tpl');
// +-----------------------------------------------------------------------+
// | index page (categories, thumbnails, search, calendar, random, etc.) |
// +-----------------------------------------------------------------------+
if ( empty($page['is_external']) or !$page['is_external'] )
if ( empty($page['is_external']) )
{
//----------------------------------------------------- template initialization
$page['body_id'] = 'theCategoryPage';