summaryrefslogtreecommitdiff
path: root/inc/cache.php
diff options
context:
space:
mode:
authorChristopher Smith <chris@jalakai.co.uk>2015-05-15 19:59:24 +0200
committerChristopher Smith <chris@jalakai.co.uk>2015-05-15 19:59:24 +0200
commit2863d10380f6ac5a00868d7125b535a7dc38cb08 (patch)
tree7cc83fb7da3d1b00f14cb40e31ab742145b73517 /inc/cache.php
parent1cb97a10e626bb48eb809e12d0fadea1e1cea7da (diff)
downloadrpg-2863d10380f6ac5a00868d7125b535a7dc38cb08.tar.gz
rpg-2863d10380f6ac5a00868d7125b535a7dc38cb08.tar.bz2
another class_name to __construct
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 35d9cfd43..6b05a2b54 100644
--- a/inc/cache.php
+++ b/inc/cache.php
@@ -188,7 +188,7 @@ class cache_parser extends cache {
* @param string $file source file for cache
* @param string $mode input mode
*/
- public function cache_parser($id, $file, $mode) {
+ public function __construct($id, $file, $mode) {
if ($id) $this->page = $id;
$this->file = $file;
$this->mode = $mode;