]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
clear request doesn't need an argument
authorEvan Prodromou <evan@prodromou.name>
Thu, 5 Jun 2008 02:56:11 +0000 (22:56 -0400)
committerEvan Prodromou <evan@prodromou.name>
Thu, 5 Jun 2008 02:56:11 +0000 (22:56 -0400)
darcs-hash:20080605025611-84dde-18fcf515bb9c727cafd3ca44454e7f18d8f8e752.gz

actions/userauthorization.php

index f1f2d8305615ca49ee472f55fcb5b0258c22b3f5..3c48428bc598d25a6d6ae7a3886bf6d318c1993b 100644 (file)
@@ -305,7 +305,7 @@ class UserauthorizationAction extends Action {
                $_SESSION['userauthorizationrequest'] = $req;
        }
        
-       function clear_request($req) {
+       function clear_request() {
                common_ensure_session();
                unset($_SESSION['userauthorizationrequest']);
        }