// Fix bug on install

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9648 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-10-25 20:31:23 +00:00
parent 4fd262bd68
commit e5b32b6666
2 changed files with 4 additions and 3 deletions
-1
View File
@@ -74,7 +74,6 @@ define('INSTALLER__PS_BASE_URI_ABSOLUTE', 'http://'.ToolsInstall::getHttpHost(fa
// XML Header
header('Content-Type: text/xml');
define('_PS_ROOT_DIR_', realpath(INSTALL_PATH.'/../'));
// Switching method
if (isset($_GET['method']))
{