stray debugging statement

This commit is contained in:
Friendika 2010-12-07 17:16:05 -08:00
parent e59377d96b
commit 8b086a76e5
1 changed files with 1 additions and 1 deletions

View File

@ -644,7 +644,7 @@ function photos_content(&$a) {
$owner_uid = $a->data['user']['uid'];
$community_page = (($a->data['user']['page-flags'] == PAGE_COMMUNITY) ? true : false);
dbg(1);
if((local_user()) && (local_user() == $owner_uid))
$can_post = true;
else {