Changeset 23362


Ignore:
Timestamp:
Jun 19, 2013, 4:46:04 PM (11 years ago)
Author:
mistic100
Message:

illegal string offset big_thumb when GThumb is installed but not active

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/BatchDownloader/include/events.inc.php

    r23359 r23362  
    2828        $page['sub_section'] = 'view';
    2929        $page['section_title'].= l10n('Edit the set');
    30         if (isset($conf['GThumb'])) $conf['GThumb']['big_thumb'] = false; // big thumb is buggy with removes
     30        if (isset($conf['GThumb']) && is_array($conf['GThumb']))
     31        {
     32          $conf['GThumb']['big_thumb'] = false; // big thumb is buggy with removes
     33        }
    3134        break;
    3235      default:
Note: See TracChangeset for help on using the changeset viewer.