mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/10678] Rename helper class file
PHPBB3-10678
This commit is contained in:
parent
ceacb63abf
commit
3cdcd44c4b
2 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once dirname(__FILE__) . '/../../phpBB/includes/functions_install.php';
|
require_once dirname(__FILE__) . '/../../phpBB/includes/functions_install.php';
|
||||||
require_once dirname(__FILE__) . '/phpbb_database_connection_helper.php';
|
require_once dirname(__FILE__) . '/phpbb_database_connection_odbc_pdo_wrapper.php';
|
||||||
|
|
||||||
class phpbb_database_test_connection_manager
|
class phpbb_database_test_connection_manager
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue