Skip to content

Commit 6900da0

Browse files
committed
Does this fix tests?
1 parent 58d3be9 commit 6900da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* @ignore
1616
**/
17-
define('IN_PHPBB', true);
17+
const IN_PHPBB = true;
1818
$phpbb_root_path = ((defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './') . '../../../';
1919
$phpEx = substr(strrchr(__FILE__, '.'), 1);
2020
include($phpbb_root_path . 'common.' . $phpEx);

0 commit comments

Comments
 (0)