]> git.mxchange.org Git - friendica.git/blobdiff - mod/photos.php
Code standards
[friendica.git] / mod / photos.php
index b637d69694add678dea727010dace228a6e21785..c72b66f259fa380d2af5eae408692332f13ceef8 100644 (file)
@@ -690,7 +690,7 @@ function photos_post(App $a)
         * they acquire comments, likes, dislikes, and/or tags
         */
 
-       $r = Photo::select([], ["`album` = ? AND `uid` = ? AND `created` > UTC_TIMESTAMP() - INTERVAL 3 HOUR", $album, $page_owner_uid]);
+       $r = Photo::select([], ['`album` = ? AND `uid` = ? AND `created` > UTC_TIMESTAMP() - INTERVAL 3 HOUR', $album, $page_owner_uid]);
 
        if (!DBA::isResult($r) || ($album == L10n::t('Profile Photos'))) {
                $visible = 1;