summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/cache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/cache.php b/inc/cache.php
index 6b05a2b54..9375dc86b 100644
--- a/inc/cache.php
+++ b/inc/cache.php
@@ -308,7 +308,7 @@ class cache_instructions extends cache_parser {
* @param string $id page id
* @param string $file source file for cache
*/
- public function cache_instructions($id, $file) {
+ public function __construct($id, $file) {
parent::__construct($id, $file, 'i');
}