From df89c6f71adebfdb754ec3eb2fd775d8efbdb280 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 18 Feb 2015 19:16:42 +0100 Subject: [PATCH] Change message type from success to error See #1096 --- inc/poche/Poche.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index 9424e3ff..fd2600f3 100755 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php @@ -754,7 +754,7 @@ class Poche Tools::logm('Import of articles finished: '.$i.' articles added (w/o content if not provided).'); } else { - $this->messages->add('s', _('Did you forget to select a file?')); + $this->messages->add('e', _('Did you forget to select a file?')); } // file parsing finished here // now download article contents if any -- 2.41.0