commit | 5eb1cbfa673bfa4b8a66ab8a56389a279c1f975b | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Mon Apr 08 01:20:31 2013 +0300 |
committer | Andrey Andreev <narf@bofh.bg> | Mon Apr 08 01:20:31 2013 +0300 |
tree | 72723240566df7c6a59c4f455b839d5d4964d37d | |
parent | 8e038d50e8c94d610bfdedf01318462b7ddd8670 [diff] |
Replace another fetch_directory() use
diff --git a/system/core/URI.php b/system/core/URI.php index b2286f0..bc086d2 100644 --- a/system/core/URI.php +++ b/system/core/URI.php
@@ -720,7 +720,7 @@ { global $RTR; - if (($dir = $RTR->fetch_directory()) === '/') + if (($dir = $RTR->directory) === '/') { $dir = ''; }