diff options
Diffstat (limited to 'view.php')
-rwxr-xr-x | view.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | } |
34 | else { | 34 | else { |
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 |