pig.php: remove debug

This commit is contained in:
Hypolite Petovan 2016-11-22 23:04:00 -05:00
parent 133120007c
commit 0f33311f65
1 changed files with 1 additions and 1 deletions

View File

@ -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()) {