diff options
author | redmatrix <git@macgirvin.com> | 2016-07-18 21:37:34 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-18 21:37:34 -0700 |
commit | b63165b6e0d856848b20d184783bfdf358210f9b (patch) | |
tree | cdfb1bf415c1d99f52d0d835f84aff147f3e0dac /install/update.php | |
parent | 32ce790717f39ecb6cbd7371b631753652c77ee3 (diff) | |
download | volse-hubzilla-b63165b6e0d856848b20d184783bfdf358210f9b.tar.gz volse-hubzilla-b63165b6e0d856848b20d184783bfdf358210f9b.tar.bz2 volse-hubzilla-b63165b6e0d856848b20d184783bfdf358210f9b.zip |
more perms work (a lot more)
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); } } |