From: Evan Prodromou Date: Thu, 5 Jun 2008 02:56:11 +0000 (-0400) Subject: clear request doesn't need an argument X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1254761770b09c45d0297c0193ce6709e9353a25;p=quix0rs-gnu-social.git clear request doesn't need an argument darcs-hash:20080605025611-84dde-18fcf515bb9c727cafd3ca44454e7f18d8f8e752.gz --- diff --git a/actions/userauthorization.php b/actions/userauthorization.php index f1f2d83056..3c48428bc5 100644 --- a/actions/userauthorization.php +++ b/actions/userauthorization.php @@ -305,7 +305,7 @@ class UserauthorizationAction extends Action { $_SESSION['userauthorizationrequest'] = $req; } - function clear_request($req) { + function clear_request() { common_ensure_session(); unset($_SESSION['userauthorizationrequest']); }