mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 20:13:22 +01:00
Merge branch '3.1.x'
This commit is contained in:
commit
ad914a6880
@ -94,6 +94,8 @@ class phpbb_functional_test_case extends phpbb_test_case
|
||||
|
||||
foreach (static::setup_extensions() as $extension)
|
||||
{
|
||||
$this->purge_cache();
|
||||
|
||||
$sql = 'SELECT ext_active
|
||||
FROM ' . EXT_TABLE . "
|
||||
WHERE ext_name = '" . $db->sql_escape($extension). "'";
|
||||
|
Loading…
x
Reference in New Issue
Block a user