mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/10011] Removing __DIR__ for PHP5.2 compatability from new files.
PHPBB3-10011
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
require_once __DIR__ . '/../../phpBB/includes/functions.php';
|
||||
require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
|
||||
|
||||
class phpbb_lock_db_test extends phpbb_database_test_case
|
||||
{
|
||||
|
Reference in New Issue
Block a user