mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[ticket/11015] Fixup some things from the big merge
PHPBB3-11015
This commit is contained in:
2
phpBB/includes/cache/driver/null.php
vendored
2
phpBB/includes/cache/driver/null.php
vendored
@@ -107,7 +107,7 @@ class phpbb_cache_driver_null extends phpbb_cache_driver_base
|
||||
/**
|
||||
* Save sql query
|
||||
*/
|
||||
function sql_save($query, &$query_result, $ttl)
|
||||
function sql_save($query, $query_result, $ttl)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user