Skip to content

Commit e2446ec

Browse files
committed
Fix the finder for 4.0 as well
1 parent e81ab60 commit e2446ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/functions_install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ function load_schema_31($install_path = '', $install_dbms = false)
144144

145145
if (defined('PHPBB_40'))
146146
{
147-
$finder = new \phpbb\finder($phpbb_root_path, null, $phpEx);
147+
$finder = new \phpbb\finder\finder(null, true, $phpbb_root_path, $phpEx);
148148
}
149149
else
150150
{

0 commit comments

Comments
 (0)