typo in name of common_set_cookie
darcs-hash:20080624030834-34904-6efc827f64aebc23a1d2f3602c562fff69b9a0df.gz
This commit is contained in:
parent
97b016387b
commit
b26316589c
|
@ -431,7 +431,7 @@ function common_set_user($nickname) {
|
|||
return false;
|
||||
}
|
||||
|
||||
function commmon_set_cookie($key, $value, $expiration=0) {
|
||||
function common_set_cookie($key, $value, $expiration=0) {
|
||||
$path = common_config('site', 'path');
|
||||
$server = common_config('site', 'server');
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user