From: Friendika Date: Wed, 8 Dec 2010 01:16:05 +0000 (-0800) Subject: stray debugging statement X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8b086a76e5607c3db96ca17ce66d2a68139d2584;p=friendica.git stray debugging statement --- diff --git a/mod/photos.php b/mod/photos.php index 581c104a54..f29c393869 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -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 {