diff options
| author | 2013-06-15 16:42:50 +0200 | |
|---|---|---|
| committer | 2013-06-15 16:42:50 +0200 | |
| commit | fafddf2a20748cdbda1f974338528c8e488f4b11 (patch) | |
| tree | a81d7ff4049a8d2a54f9d125e0e91d7ab26ac507 /lib/minz/View.php | |
| parent | 1863153b966af00078869b6634df1daa22cdcbfe (diff) | |
Fix issue #73 : ajout d'une page pour visualiser les logs
Diffstat (limited to 'lib/minz/View.php')
| -rwxr-xr-x | lib/minz/View.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/minz/View.php b/lib/minz/View.php index 5c329c159..2bb747aa9 100755 --- a/lib/minz/View.php +++ b/lib/minz/View.php @@ -71,7 +71,7 @@ class View { } else { Log::record ('File doesn\'t exist : `' . $this->view_filename . '`', - Log::WARNING); + Log::NOTICE); } } |
