Changeset 26906


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

bug 2989: fix r26904

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.6/admin/include/functions.php

    r26904 r26906  
    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.