Skip to content
Code-Schnipsel Gruppen Projekte
  • Henning Leutz's avatar
    3444a5fc
    fix: update user validation in events · 3444a5fc
    verfasst von Henning Leutz
    Update the user validation method in both `onUserSaveBegin` and `onUserSaveEnd` events. The
    previous validation was using `QUI::getUsers()->isUser($User)`, which was replaced with a check for
    `$User` instance of `QUI\\Users\\User` for improved reliability.
    3444a5fc
    Verlauf
    fix: update user validation in events
    verfasst von Henning Leutz
    Update the user validation method in both `onUserSaveBegin` and `onUserSaveEnd` events. The
    previous validation was using `QUI::getUsers()->isUser($User)`, which was replaced with a check for
    `$User` instance of `QUI\\Users\\User` for improved reliability.