mirror of
https://github.com/webmasterskaya/joomla-oauth-server.git
synced 2024-11-23 22:34:50 +03:00
Исправил опечатку
This commit is contained in:
parent
784c90b30c
commit
56715588c3
@ -71,7 +71,7 @@ trait RevokedModelTrait
|
||||
$revokedColumnName = $table->getColumnAlias('revoked');
|
||||
|
||||
if (property_exists($table, $revokedColumnName) && $table->get($revokedColumnName, 1) == 0) {
|
||||
unset($identifier[$i]);
|
||||
unset($identifiers[$i]);
|
||||
} else {
|
||||
$pks[] = $table->get('id');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user