// Context part 5
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7624 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -79,7 +79,7 @@ class AdminLocalization extends AdminPreferences
|
||||
if (!$localizationPack->loadLocalisationPack($pack, $selection))
|
||||
$this->_errors = array_merge($this->_errors, $localizationPack->getErrors());
|
||||
else
|
||||
Tools::redirectAdmin($currentIndex.'&conf=23&token='.$this->token);
|
||||
Tools::redirectAdmin(self::$currentIndex.'&conf=23&token='.$this->token);
|
||||
}
|
||||
|
||||
|
||||
@@ -93,7 +93,7 @@ class AdminLocalization extends AdminPreferences
|
||||
|
||||
$this->_displayForm('localization', $this->_fieldsLocalization, $this->l('Localization'), 'width2', 'localization');
|
||||
echo '<br />
|
||||
<form method="post" action="'.$currentIndex.'&token='.$this->token.'" class="width2" enctype="multipart/form-data">
|
||||
<form method="post" action="'.self::$currentIndex.'&token='.$this->token.'" class="width2" enctype="multipart/form-data">
|
||||
<fieldset>
|
||||
<legend><img src="../img/admin/localization.gif" />'.$this->l('Localization pack import').'</legend>
|
||||
<div style="clear: both; padding-top: 15px;">
|
||||
|
||||
Reference in New Issue
Block a user