mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 22:38:52 +00:00
This will now also enable us to test the $use_all_available parameter of get_module_infos(), which will not only return the module infos for enabled extensions but also those from disabled extensions. PHPBB3-11465
5 lines
67 B
PHP
5 lines
67 B
PHP
<?php
|
|
|
|
class phpbb_ext_barfoo_ext extends phpbb_extension_base
|
|
{
|
|
}
|