mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 04:52:14 +09:00
changed a access mofifier to public from private for backward compatibility
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12749 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c59ca1029a
commit
4eb6660d3d
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ class TemplateHandler
|
||||||
* constructor
|
* constructor
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
private function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
$this->xe_path = rtrim(preg_replace('/([^\.^\/]+)\.php$/i', '', $_SERVER['SCRIPT_NAME']), '/');
|
$this->xe_path = rtrim(preg_replace('/([^\.^\/]+)\.php$/i', '', $_SERVER['SCRIPT_NAME']), '/');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue