From 6ced7ecf896cfcbe6508f13e6a1629fcd7802539 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 15 Jul 2024 10:34:43 +0000 Subject: [PATCH] missing pdl for mod import --- boot.php | 2 +- view/pdl/mod_import.pdl | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 view/pdl/mod_import.pdl diff --git a/boot.php b/boot.php index 88482cf2d..3e07bcaaf 100644 --- a/boot.php +++ b/boot.php @@ -66,7 +66,7 @@ require_once('include/security.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '9.3'); +define('STD_VERSION', '9.3.1'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1263); diff --git a/view/pdl/mod_import.pdl b/view/pdl/mod_import.pdl new file mode 100644 index 000000000..9f0bb4d9a --- /dev/null +++ b/view/pdl/mod_import.pdl @@ -0,0 +1,8 @@ +[region=aside] +[/region] +[region=content] +$content +[/region] +[region=right_aside] +[widget=notifications][/widget] +[/region]