Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
dergel committed Sep 12, 2024
1 parent e404c03 commit 3887725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/auth/lib/ycom_auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public static function init(): string
if (rex_plugin::get('ycom', 'auth')->getConfig('article_id_logout') == rex_article::getCurrentId()) {
// ignore rest - because logout is always ok .
} else {
foreach(self::getInjections() as $injection) {
foreach (self::getInjections() as $injection) {
$rewrite = $injection->getRewrite();
if ($rewrite && '' != $rewrite) {
return $rewrite;
Expand Down

0 comments on commit 3887725

Please sign in to comment.