We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb199b commit b916109Copy full SHA for b916109
src/libraries/User.php
@@ -475,7 +475,7 @@ public function getVerifierToken() {
475
return $this->verifier_token;
476
}
477
478
- public static function invalidateVerificationToken() {
+ public function invalidateVerificationToken() {
479
if (!isset(Common::$database)) {
480
Common::$database = DatabaseDriver::getDatabaseObject();
481
0 commit comments