Update functions and calls
Update function names and scope. update calls.
This commit is contained in:
parent
ac317060fb
commit
0f546f7f0f
20 changed files with 122 additions and 97 deletions
|
@ -4,6 +4,7 @@
|
|||
*/
|
||||
use Friendica\App;
|
||||
use Friendica\Content\Feature;
|
||||
use Friendica\Content\Nav;
|
||||
use Friendica\Core\System;
|
||||
use Friendica\Core\Config;
|
||||
use Friendica\Core\Worker;
|
||||
|
@ -33,7 +34,7 @@ function photos_init(App $a) {
|
|||
return;
|
||||
}
|
||||
|
||||
nav_set_selected('home');
|
||||
Nav::setSelected('home');
|
||||
|
||||
if ($a->argc > 1) {
|
||||
$nick = $a->argv[1];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue