From a324cb273cd6e52af62b58c2ca05b2a333b0c96f Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Wed, 14 Nov 2012 13:34:46 +0000 Subject: [PATCH] //put mobile warning in real warning --- controllers/admin/AdminThemesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminThemesController.php b/controllers/admin/AdminThemesController.php index 76cace0bb..c7f326c24 100644 --- a/controllers/admin/AdminThemesController.php +++ b/controllers/admin/AdminThemesController.php @@ -212,7 +212,7 @@ class AdminThemesControllerCore extends AdminController if (!$paypal_installed && in_array($iso_code, $paypal_countries)) { - $this->errors[] = $this->l('The mobile theme only works with the PayPal\'s payment module at this time. Please activate the module to enable payments.') + $this->warnings[] = $this->l('The mobile theme only works with the PayPal\'s payment module at this time. Please activate the module to enable payments.') .'
'. $this->l('In order to use the mobile theme you have to install and configure the PayPal module.'); }