From: Fabio Comuni Date: Thu, 3 Feb 2011 16:24:58 +0000 (+0100) Subject: Show lock info on photos X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bed0391e6fb058c9f1165e40cdac552f2819808b;p=friendica.git Show lock info on photos --- diff --git a/mod/photos.php b/mod/photos.php index 82060378e6..c80a82e660 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -907,7 +907,15 @@ function photos_content(&$a) { $o .= '

' . '' . $ph[0]['album'] . '

'; if($can_post && ($ph[0]['uid'] == $owner_uid)) { - $o .= ''; + $o .= ''; }