diff --git a/views/pages/Photo.php b/views/pages/Photo.php index 2dce741..13cd496 100644 --- a/views/pages/Photo.php +++ b/views/pages/Photo.php @@ -314,6 +314,7 @@ if ($photo->i('id') !== null) { i('moderated') > 0) { $comments = DB::query('SELECT * FROM photos_comments WHERE photo_id=:pid', array(':pid' => $id)); ?>