mirror of
https://github.com/e107inc/e107.git
synced 2025-08-14 02:24:08 +02:00
phpBB3 import should now be fully functional. Dropped support for phpBB2
This commit is contained in:
@@ -147,6 +147,17 @@ class import_main_ui extends e_admin_ui
|
||||
}
|
||||
|
||||
|
||||
function help()
|
||||
{
|
||||
|
||||
return "Some help text from admin-ui";
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
function getMeta($class_name)
|
||||
{
|
||||
if(class_exists($class_name))
|
||||
|
Reference in New Issue
Block a user