Skip to content

Commit

Permalink
Remove random number from code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge authored Jul 31, 2018
1 parent 78f7641 commit 0c004ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Captcha/Captcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public function display($name, $id, $class = '')

$result = $this->getDispatcher()->dispatch('onInit', $event);

// TODO REFACTOR ME! This is Ye Olde Way of returning plugin results192
// TODO REFACTOR ME! This is Ye Olde Way of returning plugin results
return $result['result'][0];
}

Expand Down

0 comments on commit 0c004ee

Please sign in to comment.