Skip to content

Commit

Permalink
Replace another fetch_directory() use
Browse files Browse the repository at this point in the history
  • Loading branch information
narfbg committed Apr 7, 2013
1 parent 8e038d5 commit 5eb1cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/core/URI.php
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ public function ruri_string()
{
global $RTR;

if (($dir = $RTR->fetch_directory()) === '/')
if (($dir = $RTR->directory) === '/')
{
$dir = '';
}
Expand Down

0 comments on commit 5eb1cbf

Please sign in to comment.