aboutsummaryrefslogtreecommitdiffstats
path: root/mod/photos.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-12-07 17:16:05 -0800
committerFriendika <info@friendika.com>2010-12-07 17:16:05 -0800
commit8b086a76e5607c3db96ca17ce66d2a68139d2584 (patch)
treeaf748cb07062131afc6f89543a05f8d07a38c3ed /mod/photos.php
parente59377d96b09c8d7bc0090ce2cea0e99517c7d9b (diff)
downloadvolse-hubzilla-8b086a76e5607c3db96ca17ce66d2a68139d2584.tar.gz
volse-hubzilla-8b086a76e5607c3db96ca17ce66d2a68139d2584.tar.bz2
volse-hubzilla-8b086a76e5607c3db96ca17ce66d2a68139d2584.zip
stray debugging statement
Diffstat (limited to 'mod/photos.php')
-rw-r--r--mod/photos.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/photos.php b/mod/photos.php
index 581c104a5..f29c39386 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 {