1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-27 17:28:39 +00:00

Change message type from success to error

See #1096
This commit is contained in:
Thomas Citharel 2015-02-18 19:16:42 +01:00
parent aa245deedc
commit df89c6f71a

View file

@ -754,7 +754,7 @@ class Poche
Tools::logm('Import of articles finished: '.$i.' articles added (w/o content if not provided).'); Tools::logm('Import of articles finished: '.$i.' articles added (w/o content if not provided).');
} }
else { 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 // file parsing finished here
// now download article contents if any // now download article contents if any