Ignore:
Timestamp:
Jan 22, 2014, 6:18:14 PM (10 years ago)
Author:
mistic100
Message:

bug 2989: fix r26905

File:
1 edited

Legend:

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

    r26905 r26907  
    786786
    787787  // caching directories of existing categories
     788  global $cat_dirs; // used in preg_replace callback
    788789  $query = '
    789790SELECT id, dir
     
    824825      );
    825826  }
     827
     828  unset($cat_dirs);
    826829
    827830  return $cat_fulldirs;
Note: See TracChangeset for help on using the changeset viewer.