mirror of
https://github.com/friendica/friendica
synced 2025-01-03 14:02:26 +00:00
Replace more calls of dirname() with $basepath
This commit is contained in:
parent
a0e77032cf
commit
3a491b879c
1 changed files with 2 additions and 2 deletions
|
@ -72,13 +72,13 @@ return (function(): array {
|
|||
['getPath', [], Dice::CHAIN_CALL],
|
||||
],
|
||||
'constructParams' => [
|
||||
dirname(__FILE__, 2),
|
||||
$basepath,
|
||||
$_SERVER
|
||||
]
|
||||
],
|
||||
Util\BasePath::class => [
|
||||
'constructParams' => [
|
||||
dirname(__FILE__, 2),
|
||||
$basepath,
|
||||
$_SERVER
|
||||
]
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue