equal
deleted
inserted
replaced
98 eval($cmd); |
98 eval($cmd); |
99 } |
99 } |
100 |
100 |
101 $this->wiki_mode = (int)getConfig('wiki_mode')=='1'; |
101 $this->wiki_mode = (int)getConfig('wiki_mode')=='1'; |
102 $this->template_cache = Array(); |
102 $this->template_cache = Array(); |
103 } |
|
104 function pathManager() |
|
105 { |
|
106 $this->__construct(); |
|
107 } |
103 } |
108 function init() |
104 function init() |
109 { |
105 { |
110 global $db, $session, $paths, $template, $plugins; // Common objects |
106 global $db, $session, $paths, $template, $plugins; // Common objects |
111 |
107 |