]> git.mxchange.org Git - friendica.git/commitdiff
Fixed description
authorMichael <heluecht@pirati.ca>
Sun, 10 May 2020 17:48:34 +0000 (17:48 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 10 May 2020 17:48:34 +0000 (17:48 +0000)
update.php

index 3d8721a342f12173b75e66fab71c197b5bf11019..77f111bba894a68b496ed42e41ed3ce2fdc3d5d8 100644 (file)
@@ -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();