summaryrefslogtreecommitdiff
path: root/inc/cache.php
diff options
context:
space:
mode:
authorChristopher Smith <chris@jalakai.co.uk>2015-05-16 00:12:29 +0200
committerChristopher Smith <chris@jalakai.co.uk>2015-05-16 00:12:29 +0200
commit79eec18f7ad9126ba147cd13eb2a8d6ee41bf140 (patch)
treeaa5d499e5bddaac2047f424ce36006c03a2a672e /inc/cache.php
parent2863d10380f6ac5a00868d7125b535a7dc38cb08 (diff)
downloadrpg-79eec18f7ad9126ba147cd13eb2a8d6ee41bf140.tar.gz
rpg-79eec18f7ad9126ba147cd13eb2a8d6ee41bf140.tar.bz2
yet another class constructor
Diffstat (limited to 'inc/cache.php')
-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');
}