Fix require once for actionInclude
* regression from #5791 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
0b1a1a58e6
commit
5aa25fcdd5
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ class Route extends SymfonyRoute implements IRoute {
|
|||
unset($param["_route"]);
|
||||
$_GET=array_merge($_GET, $param);
|
||||
unset($param);
|
||||
require_once "'.$file.'";
|
||||
require_once "$file";
|
||||
} ;
|
||||
$this->action($function);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue