Index: memcache_admin.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/memcache/memcache_admin/memcache_admin.module,v retrieving revision 1.3.2.10 diff -b -u -p -r1.3.2.10 memcache_admin.module --- memcache_admin.module 1 Aug 2008 10:24:33 -0000 1.3.2.10 +++ memcache_admin.module 30 Apr 2009 17:34:01 -0000 @@ -8,7 +8,7 @@ */ function memcache_admin_init() { global $user; - if (($user->uid == 0) || strstr($_SERVER['PHP_SELF'], 'update.php') || strstr($_GET['q'], 'autocomplete')) { + if (($user->uid == 0) || strstr($_SERVER['PHP_SELF'], 'update.php') || strstr($_GET['q'], 'autocomplete') || $_GET[q] == 'admin/content/node-settings/rebuild' || $_GET['q'] == 'upload/js' || substr($_GET['q'], 0, strlen('system/files')) == 'system/files') { // update.php relies on standard error handler } else {