Explorar o código

fix: pg-act/auth/approval.php syntax

Miraty %!s(int64=2) %!d(string=hai) anos
pai
achega
7c7e996967
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pg-act/auth/approval.php

+ 1 - 1
pg-act/auth/approval.php

@@ -4,7 +4,7 @@ if ($_SESSION['type'] !== 'testing')
 	output(403, _('This account is already approved.'));
 	output(403, _('This account is already approved.'));
 
 
 if (isset(query('select', 'approval-keys', ['key' => $_POST['key']], 'key')[0]) !== true)
 if (isset(query('select', 'approval-keys', ['key' => $_POST['key']], 'key')[0]) !== true)
-	output(403, _('This approval key is not available. It has been mistyped, used for another account, or has expired.');
+	output(403, _('This approval key is not available. It has been mistyped, used for another account, or has expired.'));
 
 
 query('delete', 'approval-keys', ['key' => $_POST['key']]);
 query('delete', 'approval-keys', ['key' => $_POST['key']]);