mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 09:03:38 +02:00
fix php warning (from one of my previous commits)
git-svn-id: http://piwigo.org/svn/trunk@28484 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -40,7 +40,7 @@ function initialize_menu()
|
||||
$menu->load_registered_blocks();
|
||||
$menu->prepare_display();
|
||||
|
||||
if ( $page['section']=='search' and isset($page['qsearch_details']) )
|
||||
if ( @$page['section']=='search' and isset($page['qsearch_details']) )
|
||||
{
|
||||
$template->assign('QUERY_SEARCH', htmlspecialchars($page['qsearch_details']['q']) );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user