diff options
author | Simon Rettberg | 2018-05-07 17:32:01 +0200 |
---|---|---|
committer | Simon Rettberg | 2018-05-07 17:32:01 +0200 |
commit | 29d0eb3d555fc9385f5ea0397efae09c63902b0e (patch) | |
tree | 2cb7e8e09028079495df660b18681033b7f3c59a | |
parent | [runmode] Add module name of current runmode to /opt/openslx/config (diff) | |
download | slx-admin-29d0eb3d555fc9385f5ea0397efae09c63902b0e.tar.gz slx-admin-29d0eb3d555fc9385f5ea0397efae09c63902b0e.tar.xz slx-admin-29d0eb3d555fc9385f5ea0397efae09c63902b0e.zip |
[permissionmanager] Improve comment
-rw-r--r-- | modules-available/permissionmanager/install.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/permissionmanager/install.inc.php b/modules-available/permissionmanager/install.inc.php index 480460db..7f9c80ef 100644 --- a/modules-available/permissionmanager/install.inc.php +++ b/modules-available/permissionmanager/install.inc.php @@ -195,7 +195,7 @@ if (Database::exec("INSERT INTO `role` VALUES (2,'systemstatus.*'), (2,'vmstore.edit'), (2,'webinterface.*')"); - // Asign the first user to the superadmin role + // Asign the first user to the superadmin role (if one exists) Database::exec("INSERT INTO `role_x_user` VALUES (1,1)"); $res[] = UPDATE_DONE; } |