diff options
author | Brenda Wallace <shiny@cpan.org> | 2009-09-13 20:32:58 +1200 |
---|---|---|
committer | Brenda Wallace <shiny@cpan.org> | 2009-09-14 19:08:54 +1200 |
commit | 87c59fe8734479046c8433f74787f615484b3df7 (patch) | |
tree | 30e8175a4c9c0a591fa37d0097f9f61757f52c5a /index.php | |
parent | 738b6d1690ad595b85657fa282132459865fed93 (diff) |
fixed indentation for the pear code styles
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ function getPath($req) { if ((common_config('site', 'fancy') || !array_key_exists('PATH_INFO', $_SERVER)) && array_key_exists('p', $req) - ) { + ) { return $req['p']; } else if (array_key_exists('PATH_INFO', $_SERVER)) { return $_SERVER['PATH_INFO']; |