[-] MO : #PSFV-640 - Fatal error in HomeSlider module

This commit is contained in:
mDeflotte
2012-03-08 16:17:20 +00:00
parent edcd2d9810
commit 55e8746463
2 changed files with 25 additions and 1 deletions
+1 -1
View File
@@ -293,7 +293,7 @@ class HomeSlider extends Module
$slide = new HomeSlide((int)Tools::getValue('id_slide'));
/* Checks if directory is writable */
if (!is_writable('.'))
$this->displayWarning(sprintf($this->l('modules %s must be writable (CHMOD 755 / 777)'), $this->name));
$this->adminDisplayWarning(sprintf($this->l('modules %s must be writable (CHMOD 755 / 777)'), $this->name));
/* Gets languages and sets which div requires translations */
$defaultLanguage = (int)Configuration::get('PS_LANG_DEFAULT');