mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/10933] Typo fixes
PHPBB3-10933
This commit is contained in:
parent
8528d8ff34
commit
0c18f92c0a
2 changed files with 2 additions and 2 deletions
|
@ -97,7 +97,7 @@ class phpbb_style_resource_locator implements phpbb_template_locator
|
||||||
* Sets the template filenames for handles. $filename_array
|
* Sets the template filenames for handles. $filename_array
|
||||||
* should be a hash of handle => filename pairs.
|
* should be a hash of handle => filename pairs.
|
||||||
*
|
*
|
||||||
* @param array $filname_array Should be a hash of handle => filename pairs.
|
* @param array $filename_array Should be a hash of handle => filename pairs.
|
||||||
*/
|
*/
|
||||||
public function set_filenames(array $filename_array)
|
public function set_filenames(array $filename_array)
|
||||||
{
|
{
|
||||||
|
|
|
@ -475,7 +475,7 @@ class phpbb_template
|
||||||
*/
|
*/
|
||||||
public function locate($files, $return_default = false, $return_full_path = true)
|
public function locate($files, $return_default = false, $return_full_path = true)
|
||||||
{
|
{
|
||||||
// add tempalte path prefix
|
// add template path prefix
|
||||||
$templates = array();
|
$templates = array();
|
||||||
if (is_string($files))
|
if (is_string($files))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue