Skip to content

Commit a8e8242

Browse files
committed
! typo
1 parent 7b10ec7 commit a8e8242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/ElkArte/Modules/Mentions/AbstractMentions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ protected static function registerHooks($action, EventManager $eventsManager)
3737

3838
if (!empty($modSettings['mentions_enabled']))
3939
{
40-
require_once(SUBSDIR . 'Notification.subs.php');
40+
require_once(SUBSDIR . '/Notification.subs.php');
4141
$mentions = getEnabledNotifications();
4242

4343
foreach ($mentions as $mention)

0 commit comments

Comments
 (0)