-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.0-b2
-
Fix Version/s: 3.1.0-b3
-
Component/s: None
-
Labels:None
-
GitHub Pull Request URL:
Currently the script requires phpBB to be set up:
include($phpbb_root_path . 'common.' . $phpEx);
|
|
$classes = $phpbb_container->get('ext.manager')
|
->get_finder()
|
->core_path('phpbb/')
|
->directory('db/migration/data')
|
->get_classes();
|
Additional it can only be called from within the develop/ directory