From 326a11593654b5e156a5b54a9789f1b5ec6acce1 Mon Sep 17 00:00:00 2001 From: Benjamin Dalsass Date: Thu, 14 Dec 2023 08:37:52 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"N=C2=B07059=20-=20Symfony=206.4=20-?= =?UTF-8?q?=20Application=20skeleton=20-=20sources=20registration"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit b9624889540a79001a44e7ffcdfa623a663212a6. --- application/utils.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/utils.inc.php b/application/utils.inc.php index 7414a3310..f926b2c3f 100644 --- a/application/utils.inc.php +++ b/application/utils.inc.php @@ -2956,7 +2956,7 @@ HTML; $aResultPref = []; $aShortcutPrefs = appUserPreferences::GetPref('keyboard_shortcuts', []); // Note: Mind the 4 blackslashes, see utils::GetClassesForInterface() - $aShortcutClasses = utils::GetClassesForInterface('Combodo\\iTop\\Application\\UI\\Hook\\iKeyboardShortcut', '', array('[\\\\/]lib[\\\\/]', '[\\\\/]node_modules[\\\\/]', '[\\\\/]test[\\\\/]', '[\\\\/]tests[\\\\/]')); + $aShortcutClasses = utils::GetClassesForInterface('iKeyboardShortcut', '', array('[\\\\/]lib[\\\\/]', '[\\\\/]node_modules[\\\\/]', '[\\\\/]test[\\\\/]', '[\\\\/]tests[\\\\/]')); foreach ($aShortcutClasses as $cShortcutPlugin) { $sTriggeredElement = $cShortcutPlugin::GetShortcutTriggeredElementSelector();