Ignore:
Timestamp:
May 15, 2014, 9:24:29 PM (10 years ago)
Author:
rvelices
Message:

fix php warning (from one of my previous commits)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/menubar.inc.php

    r28316 r28484  
    4141  $menu->prepare_display();
    4242
    43   if ( $page['section']=='search' and isset($page['qsearch_details']) )
     43  if ( @$page['section']=='search' and isset($page['qsearch_details']) )
    4444  {
    4545    $template->assign('QUERY_SEARCH', htmlspecialchars($page['qsearch_details']['q']) );
Note: See TracChangeset for help on using the changeset viewer.