diff options
-rwxr-xr-x | boot.php | 2 | ||||
-rw-r--r-- | include/config.php | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 ); 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) { |