Skip to content

Commit

Permalink
entferne doppelte Registrierung des yform template path (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrant88 authored Aug 22, 2024
1 parent f1fd3fd commit e40ad0b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugins/auth/boot.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
rex_yform::addTemplatePath($this->getPath('ytemplates'));
});

rex_extension::register('PACKAGES_INCLUDED', function (rex_extension_point $ep) {
rex_yform::addTemplatePath($this->getPath('ytemplates'));
});

rex_extension::register('SESSION_REGENERATED', [rex_ycom_user_session::class, 'sessionRegenerated']);

if (rex::isFrontend()) {
Expand Down

0 comments on commit e40ad0b

Please sign in to comment.