mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11015] Fixup some things from the big merge
PHPBB3-11015
This commit is contained in:
2
phpBB/includes/cache/driver/interface.php
vendored
2
phpBB/includes/cache/driver/interface.php
vendored
@@ -75,7 +75,7 @@ interface phpbb_cache_driver_interface
|
||||
/**
|
||||
* Save sql query
|
||||
*/
|
||||
public function sql_save($query, &$query_result, $ttl);
|
||||
public function sql_save($query, $query_result, $ttl);
|
||||
|
||||
/**
|
||||
* Ceck if a given sql query exist in cache
|
||||
|
Reference in New Issue
Block a user