From f38edb7c613129bb177aa5ced1bc15f62466ed71 Mon Sep 17 00:00:00 2001 From: fBrignoli Date: Wed, 11 Jan 2012 16:08:27 +0000 Subject: [PATCH] // PDF i18n dir permissions git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12365 b9a71923-0436-4b27-9f14-aed3839534dd --- install-new/controllers/http/system.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install-new/controllers/http/system.php b/install-new/controllers/http/system.php index c8fb1f09a..aff1fc26f 100644 --- a/install-new/controllers/http/system.php +++ b/install-new/controllers/http/system.php @@ -99,6 +99,7 @@ class InstallControllerHttpSystem extends InstallControllerHttp 'mails_dir' => '~/mails/', 'module_dir' => '~/modules/', 'theme_lang_dir' => '~/themes/prestashop/lang/', + 'theme_pdf_lang_dir' => '~/themes/prestashop/pdf/lang/', 'theme_cache_dir' => '~/themes/prestashop/cache/', 'translations_dir' => '~/translations/', 'customizable_products_dir' => '~/upload/', @@ -130,3 +131,4 @@ class InstallControllerHttpSystem extends InstallControllerHttp $this->displayTemplate('system'); } } +