// Context part 9

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7637 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2011-07-18 10:08:07 +00:00
parent 311e8ab964
commit 0dbcebf01e
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>';