mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-01 20:04:51 +02:00
fixes #563 quick search filter, wrong limits on upper range limit
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user