From 28600a7cf8ecc98ca3f041cbfee74ff0dc8a827e Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 10 May 2020 17:48:34 +0000 Subject: [PATCH] Fixed description --- update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.php b/update.php index 3d8721a342..77f111bba8 100644 --- a/update.php +++ b/update.php @@ -454,7 +454,7 @@ function pre_update_1348() function update_1348() { // Insert a permissionset with id=0 - // Setting it to -1 and then changing the value to 0 tricks the auto increment + // Inserting it without an ID and then changing the value to 0 tricks the auto increment if (!DBA::exists('permissionset', ['id' => 0])) { DBA::insert('permissionset', ['allow_cid' => '', 'allow_gid' => '', 'deny_cid' => '', 'deny_gid' => '']); $lastid = DBA::lastInsertId();