-
Bug
-
Resolution: Fixed
-
Major
-
3.1.0-b2
-
None
-
None
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