1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 06:51:33 +02:00

[feature/template-engine] Add constructor to template locator.

PHPBB3-9726
This commit is contained in:
Oleg Pudeyev
2011-08-03 01:09:37 -04:00
parent 05b71ca04e
commit 13536f2be5
2 changed files with 9 additions and 1 deletions

View File

@@ -81,7 +81,7 @@ class phpbb_template
$this->phpEx = $phpEx;
$this->config = $config;
$this->user = $user;
$this->locator = new phpbb_template_locator();
$this->locator = new phpbb_template_locator($phpbb_root_path, $user);
}
/**