We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b10ec7 commit a8e8242Copy full SHA for a8e8242
sources/ElkArte/Modules/Mentions/AbstractMentions.php
@@ -37,7 +37,7 @@ protected static function registerHooks($action, EventManager $eventsManager)
37
38
if (!empty($modSettings['mentions_enabled']))
39
{
40
- require_once(SUBSDIR . 'Notification.subs.php');
+ require_once(SUBSDIR . '/Notification.subs.php');
41
$mentions = getEnabledNotifications();
42
43
foreach ($mentions as $mention)
0 commit comments