aboutsummaryrefslogtreecommitdiffhomepage
path: root/view.php
diff options
context:
space:
mode:
authornicosomb <nicolas@loeuillet.org>2013-04-17 13:38:12 +0200
committernicosomb <nicolas@loeuillet.org>2013-04-17 13:38:12 +0200
commit713b2d69910c1221bc86992ca08d6036d2e71bb6 (patch)
tree5148927575440e1955a753a1ac19a05008717e5e /view.php
parent0753bfefd7444712a20cee28fdb057e48602b2eb (diff)
downloadwallabag-713b2d69910c1221bc86992ca08d6036d2e71bb6.tar.gz
wallabag-713b2d69910c1221bc86992ca08d6036d2e71bb6.tar.zst
wallabag-713b2d69910c1221bc86992ca08d6036d2e71bb6.zip
fonction logm() ajoutée (from shaarli)
Diffstat (limited to 'view.php')
-rwxr-xr-xview.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/view.php b/view.php
index dbafec6b..9ba6f62d 100755
--- a/view.php
+++ b/view.php
@@ -28,9 +28,9 @@ if(!empty($id)) {
28 $tpl->draw('view'); 28 $tpl->draw('view');
29 } 29 }
30 else { 30 else {
31 die('error in view call'); 31 logm('error in view call : entry is NULL');
32 } 32 }
33} 33}
34else { 34else {
35 die('error in view call'); 35 logm('error in view call : id is empty');
36} \ No newline at end of file 36} \ No newline at end of file