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
c8e9e4127a
commit
5e76b0e9c3
@ -43,7 +43,7 @@ class Plugin extends CMSPlugin implements SubscriberInterface
|
||||
return;
|
||||
}
|
||||
|
||||
// TODO: Переделать на ComponentRouter (пример в Joomla\CMS\Router\SiteRouterЖ::parseSefRoute())
|
||||
// TODO: Переделать на ComponentRouter (пример в Joomla\CMS\Router\SiteRouter::parseSefRoute())
|
||||
// 1. Зарегистрировать роутер компонента $router->setComponentRouter()
|
||||
// 2. Вызвать $router->getComponentRouter($component)
|
||||
if (!str_starts_with($route, 'login/oauth')) {
|
||||
|
Loading…
Reference in New Issue
Block a user