]> git.mxchange.org Git - friendica.git/blobdiff - mod/photos.php
don't update openidserver if openid is empty
[friendica.git] / mod / photos.php
index 581c104a5460cb2f7955be476bb770dc06ec5c32..f29c393869cd4eda108f3ab16be3e5b8ff7a3470 100644 (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 {