From 014ef05d059f1fc24ad695f84b5a67a6280559fc Mon Sep 17 00:00:00 2001 From: Yasen Pramatarov Date: Tue, 25 Nov 2025 12:25:42 +0200 Subject: [PATCH] Fix in register plugin --- plugins/register/bootstrap.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/register/bootstrap.php b/plugins/register/bootstrap.php index 8d0d187..220c9be 100644 --- a/plugins/register/bootstrap.php +++ b/plugins/register/bootstrap.php @@ -20,7 +20,8 @@ define('REGISTRATIONS_MAIN_MENU_POSITION', 30); register_hook('main_public_menu', function($ctx) { $section = defined('REGISTRATIONS_MAIN_MENU_SECTION') ? REGISTRATIONS_MAIN_MENU_SECTION : 'main'; $position = defined('REGISTRATIONS_MAIN_MENU_POSITION') ? REGISTRATIONS_MAIN_MENU_POSITION : 100; - echo " "; });