Normalize App parameter declaration (mod folder, 1 out of 3)
This commit is contained in:
@@ -5,7 +5,7 @@ require_once('include/Contact.php');
|
||||
require_once('include/contact_selectors.php');
|
||||
require_once('mod/contacts.php');
|
||||
|
||||
function allfriends_content(App &$a) {
|
||||
function allfriends_content(App $a) {
|
||||
|
||||
$o = '';
|
||||
if (! local_user()) {
|
||||
|
||||
Reference in New Issue
Block a user