// Fix #PSFV-30 + context part 24

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7792 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-07-28 14:12:17 +00:00
parent 31ed17058c
commit a1a32714ab
22 changed files with 47 additions and 55 deletions
+1 -3
View File
@@ -1347,7 +1347,6 @@ echo '</script>';
{
$this->displayWarning('This function is experimental. It\'s currently recommended to make a backup of your files and database.');
global $currentIndex;
if ($this->apacheModExists('mod_evasive'))
sleep(1);
// update['name'] = version name
@@ -1370,7 +1369,6 @@ echo '</script>';
private function _getJsInit()
{
global $currentIndex;
$js = '';
$js .= '
function ucFirst(str) {
@@ -1509,7 +1507,7 @@ function afterBackupFiles()
function doAjaxRequest(action, nextParams){
req = $.ajax({
type:"POST",
url : "'.str_replace('index','ajax-tab',$currentIndex).'",
url : "'.str_replace('index', 'ajax-tab', self::$currentIndex).'",
async: true,
data : {
dir:"'.$this->adminDir.'",