From 974ca9d526303e317e40240e40ac9a98a2540f9b Mon Sep 17 00:00:00 2001 From: redmatrix Date: Fri, 10 Jun 2016 14:26:14 -0700 Subject: move dev forward --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 8e789a77f..384376ec5 100755 --- a/boot.php +++ b/boot.php @@ -45,7 +45,7 @@ require_once('include/account.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '1.7.3' ); +define ( 'STD_VERSION', '1.9' ); define ( 'ZOT_REVISION', 1.1 ); define ( 'DB_UPDATE_VERSION', 1176 ); -- cgit v1.2.3 From 96cd63cf1a569c03575c0a04a6b29509f886e981 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Fri, 10 Jun 2016 22:41:58 -0700 Subject: iconfig sharing not set correctly --- include/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config.php b/include/config.php index 209d22d42..65199283d 100644 --- a/include/config.php +++ b/include/config.php @@ -123,7 +123,7 @@ function get_iconfig(&$item, $family, $key) { } function set_iconfig(&$item, $family, $key, $value, $sharing = false) { - return Zlib\IConfig::Set($item, $family, $key, $value, $sharing = false); + return Zlib\IConfig::Set($item, $family, $key, $value, $sharing); } function del_iconfig(&$item, $family, $key) { -- cgit v1.2.3