aboutsummaryrefslogtreecommitdiffhomepage
path: root/view.php
diff options
context:
space:
mode:
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