mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
this is no longer needed, commit cb91e27ab3 should fix the issue
This commit is contained in:
parent
d4fd83301a
commit
079f0788d2
1 changed files with 0 additions and 3 deletions
|
|
@ -62,9 +62,6 @@ class OC_FileCache{
|
|||
* $data is an assiciative array in the same format as returned by get
|
||||
*/
|
||||
public static function put($path,$data,$root=false) {
|
||||
if ($path != '') {
|
||||
$path = OC_Filesystem::normalizePath($path);
|
||||
}
|
||||
if($root===false) {
|
||||
$root=OC_Filesystem::getRoot();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue