pig.php: remove debug
This commit is contained in:
parent
133120007c
commit
0f33311f65
|
@ -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()) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue