mirror of
https://github.com/friendica/friendica
synced 2025-04-19 05:50:10 +00:00
Refactor deprecated App::getArgumentValue() to DI::args()->get()
This commit is contained in:
parent
8b6e123b3f
commit
aedbdc536a
3 changed files with 2 additions and 13 deletions
|
@ -36,7 +36,7 @@ class Help extends BaseModule
|
|||
$path .= '/';
|
||||
}
|
||||
|
||||
$path .= $a->getArgumentValue($x);
|
||||
$path .= DI::args()->get($x);
|
||||
}
|
||||
$title = basename($path);
|
||||
$filename = $path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue