Ignore:
Timestamp:
Jun 18, 2023, 9:57:03 AM (11 months ago)
Author:
chronos
Message:
  • Fixed: IPv6 needs longer string in database.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/User/PageUserList.php

    r8 r11  
    1313  function Show(): string
    1414  {
    15     if (!$this->System->User->CheckPermission('User', 'ShowList'))
     15    if (!Core::Cast($this->System)->User->CheckPermission('User', 'ShowList'))
    1616      return 'Nemáte oprávnění';
    1717
Note: See TracChangeset for help on using the changeset viewer.