commit | 6ac4bea2da9e64fb0b434f52177353f6bd65b8e6 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Sat Sep 02 17:46:15 2006 +0000 |
committer | admin <devnull@localhost> | Sat Sep 02 17:46:15 2006 +0000 |
tree | e9c415452c56c49c68ca6d50bd68c3e4a879925b | |
parent | 108d18acae3cf6e6e05afe2526eca97bfabcb4ad [diff] [blame] |
diff --git a/system/libraries/Loader.php b/system/libraries/Loader.php index f005adc..e2467fa 100644 --- a/system/libraries/Loader.php +++ b/system/libraries/Loader.php
@@ -478,7 +478,7 @@ if ($path == '') { $ext = pathinfo($view, PATHINFO_EXTENSION); - $file = ($ext != '') ? $view.EXT : $view; + $file = ($ext == '') ? $view.EXT : $view; $path = $this->view_path.$file; } else