Skip to content

Commit 3a388f9

Browse files
committed
2 parents 907f700 + ce2802c commit 3a388f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boot.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
use FriendsOfRedaxo\Bloecks\Api;
88
use FriendsOfRedaxo\Bloecks\Backend;
9+
use FriendsOfRedaxo\Bloecks\ClipboardUtility;
910

1011
// Register API explicitly
1112
rex_api_function::register('bloecks', Api::class);
@@ -56,7 +57,7 @@
5657
// Only run session-dependent code when not in CLI context
5758
rex_extension::register('PACKAGES_INCLUDED', static function () {
5859
// Clear clipboard on login/logout and session start for security
59-
\FriendsOfRedaxo\Bloecks\ClipboardUtility::clearClipboardOnSessionStart();
60+
ClipboardUtility::clearClipboardOnSessionStart();
6061
Backend::init();
6162
});
6263
}

lib/utility/bloecks_clipboard_utility.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use rex;
66
use rex_article;
7-
use rex_be_controller;
87
use rex_i18n;
98
use rex_sql;
109

0 commit comments

Comments
 (0)