commit | 337b270b6e566e81d3ee3b5575a3f274c000b459 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Sat Sep 02 17:43:16 2006 +0000 |
committer | admin <devnull@localhost> | Sat Sep 02 17:43:16 2006 +0000 |
tree | bc56a0841a4f27c05dc07a96c6e4a76370263488 | |
parent | 2ed76d5ac89ec7869dcb64c050360fb2f99e9326 [diff] |
diff --git a/system/libraries/Loader.php b/system/libraries/Loader.php index 3d2501f..f005adc 100644 --- a/system/libraries/Loader.php +++ b/system/libraries/Loader.php
@@ -478,7 +478,7 @@ if ($path == '') { $ext = pathinfo($view, PATHINFO_EXTENSION); - $file = ($ext != EXT) ? $view.EXT : $view; + $file = ($ext != '') ? $view.EXT : $view; $path = $this->view_path.$file; } else