Update functions and calls

Update function names and scope. update calls.
This commit is contained in:
Adam Magness
2018-01-15 14:51:56 -05:00
parent c66c6223b7
commit 36d891bcad
20 changed files with 122 additions and 97 deletions

View File

@@ -1,6 +1,9 @@
<?php
/**
* @file mod/help.php
*/
use Friendica\App;
use Friendica\Content\Nav;
use Friendica\Content\Text\Markdown;
use Friendica\Core\System;
@@ -23,7 +26,7 @@ if (!function_exists('load_doc_file')) {
function help_content(App $a) {
nav_set_selected('help');
Nav::setSelected('help');
global $lang;