X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fprofile_update.php;h=0fcf3617fbeb0d80c5923b4485c589ab0e27cefa;hb=8944ad1ac1bb4293eeacd79536cdeed3173cad9a;hp=9da96442cb1930058cdaa9b67f5fa1fa599c0b85;hpb=22772876a9db871db484c4008a934ce1d0fd86be;p=friendica.git diff --git a/include/profile_update.php b/include/profile_update.php index 9da96442cb..0fcf3617fb 100644 --- a/include/profile_update.php +++ b/include/profile_update.php @@ -12,7 +12,7 @@ function profile_change() { return; // $url = $a->get_baseurl() . '/profile/' . $a->user['nickname']; -// if($url && strlen(get_config('system','directory_submit_url'))) +// if($url && strlen(get_config('system','directory'))) // proc_run('php',"include/directory.php","$url"); $recips = q("SELECT `id`,`name`,`network`,`pubkey`,`notify` FROM `contact` WHERE `network` = '%s'