databind
vitalif 2013-07-30 21:41:09 +00:00 committed by Vitaliy Filippov
parent 8b62d203b9
commit d34beb1d30
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ class VMXTemplate
elseif (self::$cache_type == 'e')
self::$cache[$key] = eaccelerator_get($key);
}
return self::$cache[$key];
return @self::$cache[$key];
}
static function cache_del($key)