forked from GNUsocial/gnu-social
		
	handle empty path better
darcs-hash:20080517161548-84dde-8b011466dcf6a0e95e5e0b9c6a5ddcf4cd4bd145.gz
This commit is contained in:
		| @@ -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) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user