Jake Vanderwerf
2026-01-29 e6672fe38ce5d99f3b3f026154f777aded7361de
inc/managers/RoleManager.php
@@ -17,7 +17,7 @@
    {
       $this->roles = array_keys(JVB_USER);
      $this->content = array_map(function($content) {
         return strtolower($content['plural']);
         return strtolower($content['plural']??$content['singular'].'s');
      },JVB_CONTENT);
      add_action('set_user_role', [$this, 'updateRoles'], 10, 3);
    }