mirror of
https://github.com/friendica/friendica
synced 2025-01-07 05:24:43 +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],
|
['getPath', [], Dice::CHAIN_CALL],
|
||||||
],
|
],
|
||||||
'constructParams' => [
|
'constructParams' => [
|
||||||
dirname(__FILE__, 2),
|
$basepath,
|
||||||
$_SERVER
|
$_SERVER
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
Util\BasePath::class => [
|
Util\BasePath::class => [
|
||||||
'constructParams' => [
|
'constructParams' => [
|
||||||
dirname(__FILE__, 2),
|
$basepath,
|
||||||
$_SERVER
|
$_SERVER
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue