diff options
author | Mario <mario@mariovavti.com> | 2020-10-16 10:32:07 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-10-16 10:32:07 +0000 |
commit | b6ca9b6020e2eae0b5389148ce45bc2f7a81f999 (patch) | |
tree | 936fdce925cf9161218b24c11c0844b2c2a36ad8 /boot.php | |
parent | 9c6446edbec6d8c4b275008de1b311d96adb329c (diff) | |
download | volse-hubzilla-b6ca9b6020e2eae0b5389148ce45bc2f7a81f999.tar.gz volse-hubzilla-b6ca9b6020e2eae0b5389148ce45bc2f7a81f999.tar.bz2 volse-hubzilla-b6ca9b6020e2eae0b5389148ce45bc2f7a81f999.zip |
make acl selector work correctly if we provide a cid in mod network
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '5.1' ); +define ( 'STD_VERSION', '5.1.1' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1238 ); |