]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Change message type from success to error 1081/head
authorThomas Citharel <tcit@tcit.fr>
Wed, 18 Feb 2015 18:16:42 +0000 (19:16 +0100)
committerThomas Citharel <tcit@tcit.fr>
Wed, 18 Feb 2015 18:16:42 +0000 (19:16 +0100)
See #1096

inc/poche/Poche.class.php

index 9424e3ff7a7175edb603fb4c04b04e23b6c98870..fd2600f3058bc3853be925fdee28cec8cff5f208 100755 (executable)
@@ -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