1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/15320] Fix to accomplish coding guidelines

This commit is contained in:
Jagoba Los Arcos
2017-08-14 13:00:54 +02:00
committed by GitHub
parent a6c9119dfa
commit 4e5fd9a6e9

View File

@@ -137,7 +137,7 @@ class redis extends \phpbb\cache\driver\memory
*/
function _write($var, $data, $ttl = 2592000)
{
if($ttl == 0)
if ($ttl == 0)
{
return $this->redis->set($var, $data);
}