mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-04 08:54:44 +02:00
[ticket/11457] Remove check and include for set_var function. It's not used.
PHPBB3-11457
This commit is contained in:
@ -22,11 +22,6 @@ class phpbb_notification_test extends phpbb_database_test_case
|
||||
|
||||
global $phpbb_root_path, $phpEx;
|
||||
|
||||
if (!function_exists('set_var'))
|
||||
{
|
||||
include($phpbb_root_path . 'includes/functions.' . $phpEx);
|
||||
}
|
||||
|
||||
include_once(__DIR__ . '/ext/test/notification/type/test.' . $phpEx);
|
||||
|
||||
$this->db = $this->new_dbal();
|
||||
|
Reference in New Issue
Block a user