Changeset 11258


Ignore:
Timestamp:
Jun 7, 2011, 8:12:15 PM (13 years ago)
Author:
patdenice
Message:

Small bug fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/batch_manager_prefilters/main.inc.php

    r11210 r11258  
    6767function element_set_global_action_bmp($action)
    6868{
    69   if (($_SESSION['bulk_manager_filter']['prefilter'] == 'with tags' and in_array($action, array('add_tags', 'del_tags')))
    70     or (in_array($_SESSION['bulk_manager_filter']['prefilter'], array('with author', 'without author')) and $action == 'author'))
     69  if ((@$_SESSION['bulk_manager_filter']['prefilter'] == 'with tags' and in_array($action, array('add_tags', 'del_tags')))
     70    or (in_array(@$_SESSION['bulk_manager_filter']['prefilter'], array('with author', 'without author')) and $action == 'author'))
    7171  {
    7272    // let's refresh the page because we the current set might be modified
Note: See TracChangeset for help on using the changeset viewer.