Skip to content
Snippets Groups Projects
Commit 2863d103 authored by Christopher Smith's avatar Christopher Smith
Browse files

another class_name to __construct

parent 1cb97a10
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment