There was an error while loading. Please reload this page.
1 parent 3023c6b commit 42ed4cfCopy full SHA for 42ed4cf
1 file changed
app/Console/Commands/Jobs/SendAppealKeyViaEmailCommand.php
@@ -22,7 +22,7 @@ public function handle()
22
$this->info('Sending AppealKey Email...');
23
$appeal = Appeal::findOrFail($this->argument('id'));
24
// check if the user can be e-mailed according to MediaWiki API
25
- if (!$appeal->user_verified == -1) {
+ if ($appeal->user_verified == -1) {
26
$this->info("User hasn't set email address onwiki - can't send key");
27
return;
28
}
0 commit comments