Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
*8077* Fixed reference parameter with default.
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Jan 9, 2013
1 parent 4b954f7 commit ec25e9f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -24,7 +24,7 @@ class HandlerValidatorSubmissionComment extends HandlerValidator {
* @param $roles array of role id's
* @param $all bool flag for whether all roles must exist or just 1
*/
function HandlerValidatorSubmissionComment(&$handler, $commentId, &$user = null) {
function HandlerValidatorSubmissionComment(&$handler, $commentId, $user = null) {
parent::HandlerValidator($handler);
$this->commentId = $commentId;
if ( $user ) {
Expand Down

0 comments on commit ec25e9f

Please sign in to comment.