]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - view.php
mise en page login
[github/wallabag/wallabag.git] / view.php
old mode 100755 (executable)
new mode 100644 (file)
index dfc26b9..29a5b32
--- a/view.php
+++ b/view.php
@@ -27,9 +27,9 @@ if(!empty($id)) {
         $tpl->draw('view');
     }
     else {
-        die('error in view call');
+        logm('error in view call : entry is NULL');
     }
 }
 else {
-    die('error in view call');
+    logm('error in view call : id is empty');
 }
\ No newline at end of file