diff options
author | Evan Prodromou <evan@controlezvous.ca> | 2008-06-23 23:08:34 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlezvous.ca> | 2008-06-23 23:08:34 -0400 |
commit | b26316589cd8cba7e3243035522ebe414a58dc0c (patch) | |
tree | 39e40bf47a1ef00a8d10b7d4502af19e6ea9d46a /lib/util.php | |
parent | 97b016387bd79568850e33e9e25e4ff4598ea903 (diff) |
typo in name of common_set_cookie
darcs-hash:20080624030834-34904-6efc827f64aebc23a1d2f3602c562fff69b9a0df.gz
Diffstat (limited to 'lib/util.php')
-rw-r--r-- | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index c89588acf..416f02395 100644 --- a/lib/util.php +++ b/lib/util.php @@ -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'); |