]> git.mxchange.org Git - friendica.git/blobdiff - mod/contacts.php
Merge branch 'develop' into improvement/move-app-to-src-2
[friendica.git] / mod / contacts.php
index 4f7ccd18248dfa7a6aa0f6bd787a054b8e98cd97..41d10cc9e2b2d264bd9ba00de8891e3a98cf22e7 100644 (file)
@@ -1,5 +1,7 @@
 <?php
 
+use Friendica\App;
+
 require_once('include/Contact.php');
 require_once('include/socgraph.php');
 require_once('include/contact_selectors.php');
@@ -828,7 +830,7 @@ function contacts_content(App $a) {
  *
  * Available Pages are 'Status', 'Profile', 'Contacts' and 'Common Friends'
  *
- * @param app $a
+ * @param App $a
  * @param int $contact_id The ID of the contact
  * @param int $active_tab 1 if tab should be marked as active
  *