Changeset 3750


Ignore:
Timestamp:
Aug 18, 2009, 9:11:01 PM (15 years ago)
Author:
nikrou
Message:

Fix for feature 1000: cannot access $conf array (use global)

File:
1 edited

Legend:

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

    r3720 r3750  
    257257function mkget_thumbnail_dir($dirname, &$errors)
    258258{
     259  global $conf;
     260
    259261  $tndir = $dirname.'/'.$conf['dir_thumbnail'];
    260262  if (! mkgetdir($tndir, MKGETDIR_NONE) )
Note: See TracChangeset for help on using the changeset viewer.