This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
fusionpbx
/
fusionpbx-framework
réplica de
https://github.com/fusionpbx/fusionpbx-framework.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
Cache [Class]: Resolve PHP 8.1 warning on cache() method.
fusionate
%!s(int64=2) %!d(string=hai) anos
pai
1ae2e2f1cf
achega
435232d5c8
Modificáronse 1 ficheiros
con
1 adicións
e
1 borrados
Unificar vista
Mostrar estatísticas de Diff
1
1
resources/classes/cache.php
+ 1
- 1
resources/classes/cache.php
Ver ficheiro
@@ -87,7 +87,7 @@ class cache {
}
}
//return result
//return result
- return $result;
+ return $result
?? null
;
}
}
/**
/**