aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2023-04-13 11:37:01 +0200
committerMario Vavti <mario@mariovavti.com>2023-04-13 11:37:01 +0200
commit824497b97a2bcd0afe7a74c94e3992723c22ccdf (patch)
treed13832b70f1fe611b35b9fb153401cbbdb0fbbdd /boot.php
parent0b7bece8e3b252cc3a234f86607f4f7f9b416ddd (diff)
downloadvolse-hubzilla-824497b97a2bcd0afe7a74c94e3992723c22ccdf.tar.gz
volse-hubzilla-824497b97a2bcd0afe7a74c94e3992723c22ccdf.tar.bz2
volse-hubzilla-824497b97a2bcd0afe7a74c94e3992723c22ccdf.zip
fix wrong array key, check for xchan_deleted with empty() which will also catch a possibly already removed xchan (which will be null) and bump version
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index d8349c2e2..4eb1f7132 100644
--- a/boot.php
+++ b/boot.php
@@ -60,7 +60,7 @@ require_once('include/bbcode.php');
require_once('include/items.php');
define('PLATFORM_NAME', 'hubzilla');
-define('STD_VERSION', '8.3.1');
+define('STD_VERSION', '8.3.2');
define('ZOT_REVISION', '6.0');
define('DB_UPDATE_VERSION', 1255);