diff options
Diffstat (limited to 'install/update.php')
-rw-r--r-- | install/update.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/update.php b/install/update.php index 81f9efb21..3d0e5b00d 100644 --- a/install/update.php +++ b/install/update.php @@ -2412,6 +2412,7 @@ function update_r1180() { if($r1) { foreach($r1 as $rr) { perm_limits_upgrade($rr); + autoperms_upgrade($rr); } } |