]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
small xss vulnerability and translation ability fix 713/head
authorMaryana Rozhankivska <mariroz@mr.lviv.ua>
Fri, 30 May 2014 14:17:34 +0000 (17:17 +0300)
committerMaryana Rozhankivska <mariroz@mr.lviv.ua>
Fri, 30 May 2014 14:17:34 +0000 (17:17 +0300)
inc/poche/Poche.class.php

index b0c0adf8bb9d41e03311f2936f0ae67f109aa88c..3d1337f34d7649eeaa422eda2b9c59542a39936d 100755 (executable)
@@ -1083,7 +1083,7 @@ class Poche
         $config = $this->store->getConfigUser($user_id);
 
         if ($config == null) {
-            die(_( sprintf('User with this id (%d) does not exist.', $user_id) ));
+            die(sprintf(_('User with this id (%d) does not exist.'), $user_id));
         }
 
         if (!in_array($type, $allowed_types) || $token != $config['token']) {