aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/inc/Cache/CacheInstructions.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/Cache/CacheInstructions.php')
-rw-r--r--inc/Cache/CacheInstructions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/Cache/CacheInstructions.php b/inc/Cache/CacheInstructions.php
index 3c4786105..acd02abae 100644
--- a/inc/Cache/CacheInstructions.php
+++ b/inc/Cache/CacheInstructions.php
@@ -41,6 +41,6 @@ class CacheInstructions extends \dokuwiki\Cache\CacheParser
return false;
}
- return io_savefile($this->cache, serialize($instructions));
+ return io_saveFile($this->cache, serialize($instructions));
}
}