diff options
author | Friendika <info@friendika.com> | 2010-12-07 17:16:05 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-12-07 17:16:05 -0800 |
commit | 8b086a76e5607c3db96ca17ce66d2a68139d2584 (patch) | |
tree | af748cb07062131afc6f89543a05f8d07a38c3ed /mod/photos.php | |
parent | e59377d96b09c8d7bc0090ce2cea0e99517c7d9b (diff) | |
download | volse-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.php | 2 |
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 { |