fixed indentation for the pear code styles

This commit is contained in:
Brenda Wallace 2009-09-13 20:32:58 +12:00
parent 738b6d1690
commit 87c59fe873
1 changed files with 1 additions and 1 deletions

View File

@ -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'];