]> git.mxchange.org Git - friendica.git/commitdiff
Rename Contacts:content function
authorJonny Tischbein <jonny_tischbein@systemli.org>
Thu, 11 Oct 2018 21:45:01 +0000 (23:45 +0200)
committerJonny Tischbein <jonny_tischbein@systemli.org>
Thu, 11 Oct 2018 21:45:01 +0000 (23:45 +0200)
mod/update_contacts.php
src/Module/Contacts.php

index 1ad5cd4a3b13a40bb8827efc48ffc22c6e0ac1f2..33ba85055f30635963304a8950099d37f1251b6d 100644 (file)
@@ -14,7 +14,7 @@ function update_contacts_content(App $a)
        echo "<section>";
 
        if ($_GET["force"] == 1) {
        echo "<section>";
 
        if ($_GET["force"] == 1) {
-               $text = Contacts::contacts_content($a, true);
+               $text = Contacts::content($a, true);
        } else {
                $text = '';
        }
        } else {
                $text = '';
        }
index 34cc18c3e921575f4b534ff60a753143c3f3dc96..8d26b3eb5e73d09f4394cbc72c009b538419f1e4 100644 (file)
@@ -379,7 +379,7 @@ class Contacts extends BaseModule
                Contact::remove($orig_record['id']);
        }
 
                Contact::remove($orig_record['id']);
        }
 
-       public static function contacts_content($update = 0)
+       public static function content($update = 0)
        {
                $a = self::getApp();
                $sort_type = 0;
        {
                $a = self::getApp();
                $sort_type = 0;