From 29d0eb3d555fc9385f5ea0397efae09c63902b0e Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 7 May 2018 17:32:01 +0200 Subject: [permissionmanager] Improve comment --- modules-available/permissionmanager/install.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3-55-g7522