]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/Poche.class.php
small xss vulnerability and translation ability fix
[github/wallabag/wallabag.git] / 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']) {