Skip to content

Commit 1d51870

Browse files
committed
fix bug loading external hhb_.inc.php
if its already in an include_dir location
1 parent 87bc21d commit 1d51870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/php/msgme.php

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

55
namespace MsgMe;
66

7-
require_once ('hhb_.inc.php');
7+
require_once (__DIR__ . DIRECTORY_SEPARATOR . 'hhb_.inc.php');
88
require_once ('MsgMeTools.php');
99
interface MessageRelay {
1010
public static function getRelayName(): string;

0 commit comments

Comments
 (0)