// Context part 9

This commit is contained in:
tDidierjean
2011-07-18 10:08:07 +00:00
parent badba064b2
commit bc5d36821d
39 changed files with 290 additions and 445 deletions
-4
View File
@@ -29,8 +29,6 @@ class AdminPerformance extends AdminTab
{
public function postProcess()
{
global $currentIndex;
if (Tools::isSubmit('submitCaching'))
{
if ($this->tabAccess['edit'] === '1')
@@ -207,8 +205,6 @@ class AdminPerformance extends AdminTab
public function display()
{
global $currentIndex;
$warnings = array();
if (!extension_loaded('memcache'))
$warnings[] = $this->l('To use Memcached, you must install the Memcache PECL extension on your server.').' <a href="http://www.php.net/manual/en/memcache.installation.php">http://www.php.net/manual/en/memcache.installation.php</a>';