Skip to content

Commit

Permalink
Merge branch '0.4' of git@github.com:sofadesign/limonade into 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrice Luraine committed Aug 25, 2009
2 parents 6e7d920 + abad3b3 commit 28aa12f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
.DS_STORE
2 changes: 2 additions & 0 deletions lib/limonade.php
Expand Up @@ -1505,6 +1505,8 @@ function url_for($params = null)
$base_uri = option('base_uri');
$path = file_path($base_uri, $path);
}

if(DIRECTORY_SEPARATOR != '/') $path = str_replace(DIRECTORY_SEPARATOR, '/', $path);

return $path;
}
Expand Down

0 comments on commit 28aa12f

Please sign in to comment.