From 5e54f470978e8208c000476faa009434fc98d3f8 Mon Sep 17 00:00:00 2001 From: marijus Date: Thu, 11 Sep 2014 12:42:16 +0200 Subject: content-complete must not be in photo-album-contents --- mod/photos.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mod/photos.php') diff --git a/mod/photos.php b/mod/photos.php index 9ce8ceb50..e50afd557 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -753,8 +753,11 @@ function photos_content(&$a) { } } if($_REQUEST['aj']) { - if(! $r) + if(! $r) { $ajaxout .= '
'; + echo $ajaxout; + killme(); + } echo '
'; echo $ajaxout; -- cgit v1.2.3