1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/11696] Remove manual loading of db_tools in extension controller test

Remember to store the file, before commiting it...

PHPBB3-11696
This commit is contained in:
Joas Schilling
2013-07-14 01:01:53 -04:00
parent 057d860d07
commit 5d4c443c2d

View File

@@ -6,8 +6,6 @@
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
require_once dirname(__FILE__) . '/../../phpBB/includes/db/db_tools.php';
require_once dirname(__FILE__) . '/../../phpBB/includes/acp/acp_modules.php';
/**