handle empty path better
darcs-hash:20080517161548-84dde-8b011466dcf6a0e95e5e0b9c6a5ddcf4cd4bd145.gz
This commit is contained in:
parent
e705ef4eda
commit
62d0284595
|
@ -273,7 +273,8 @@ function common_local_url($action, $args=NULL) {
|
|||
$extra .= "&${key}=${value}";
|
||||
}
|
||||
}
|
||||
return "http://".$config['site']['server'].'/'.$config['site']['path']."/index.php?action=${action}${extra}";
|
||||
$pathpart = ($config['site']['path']) ? $config['site']['path']."/" : '';
|
||||
return "http://".$config['site']['server'].'/'.$pathpart."index.php?action=${action}${extra}";
|
||||
}
|
||||
|
||||
function commmon_date_string($dt) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user