mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-21 00:51:27 +02:00
Merge remote-tracking branch 'bantu/ticket/11457' into develop
* bantu/ticket/11457: [ticket/11457] Remove check and include for set_var function. It's not used.
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