1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 11:20:25 +02:00

Base bb class added to the auto load array

This commit is contained in:
SecretR
2013-10-24 02:50:45 +03:00
parent a29ec4735a
commit db385a00d1

View File

@@ -157,6 +157,7 @@ class e107
'e_admin_ui' => '{e_HANDLER}admin_ui.php',
'e_array' => '{e_HANDLER}core_functions.php', // Old ArrayStorage.
'e_bbcode' => '{e_HANDLER}bbcode_handler.php',
'e_bb_base' => '{e_HANDLER}bbcode_handler.php',
'e_file' => '{e_HANDLER}file_class.php',
'e_form' => '{e_HANDLER}form_handler.php',
'e_jshelper' => '{e_HANDLER}js_helper.php',