mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-04 21:44:57 +02:00
[ticket/11335] (controller/helper.php) Make php_ext 'php' not '.php'
PHPBB3-11335
This commit is contained in:
parent
e870c04067
commit
6ef363547a
@ -70,7 +70,7 @@ services:
|
|||||||
- @template
|
- @template
|
||||||
- @user
|
- @user
|
||||||
- %core.root_path%
|
- %core.root_path%
|
||||||
- .%core.php_ext%
|
- %core.php_ext%
|
||||||
|
|
||||||
controller.resolver:
|
controller.resolver:
|
||||||
class: phpbb_controller_resolver
|
class: phpbb_controller_resolver
|
||||||
|
@ -117,7 +117,7 @@ class phpbb_controller_helper
|
|||||||
$params = array('controller' => $route);
|
$params = array('controller' => $route);
|
||||||
}
|
}
|
||||||
|
|
||||||
return append_sid($this->phpbb_root_path . 'app' . $this->php_ext . $route_params, $params, $is_amp, $session_id);
|
return append_sid($this->phpbb_root_path . 'app.' . $this->php_ext . $route_params, $params, $is_amp, $session_id);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user