From: Hypolite Petovan Date: Wed, 23 Nov 2016 04:04:00 +0000 (-0500) Subject: pig.php: remove debug X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0f33311f6568d167db0a168abf337b68853eb55b;p=friendica.git pig.php: remove debug --- diff --git a/mod/ping.php b/mod/ping.php index 0929f02599..1e1e7d8489 100644 --- a/mod/ping.php +++ b/mod/ping.php @@ -88,7 +88,7 @@ function ping_init(App $a) $data['birthdays'] = $birthdays; $data['birthdays-today'] = $birthdays_today; - if (false && local_user()){ + if (local_user()){ // Different login session than the page that is calling us. if (intval($_GET['uid']) && intval($_GET['uid']) != local_user()) {