fix regression setting the offset and fix js error if notify_menu is null (can happen when forum notifications are ddisabled)

This commit is contained in:
Mario
2025-10-13 06:11:24 +00:00
parent 83f6846143
commit 9b2ea44000
2 changed files with 10 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ require_once('include/security.php');
define('PLATFORM_NAME', 'hubzilla');
define('STD_VERSION', '10.5.9');
define('STD_VERSION', '10.5.10');
define('ZOT_REVISION', '6.0');
define('DB_UPDATE_VERSION', 1264);