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