mirror of
https://github.com/nextcloud/server.git
synced 2025-03-18 02:03:18 +00:00
Merge pull request #6057 from nextcloud/fix-require-once
Fix require once for actionInclude
This commit is contained in:
commit
073216e827
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