diff options
author | marijus <mario@mariovavti.com> | 2014-10-15 22:41:42 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-10-15 22:41:42 +0200 |
commit | 997ec0911c9d3eac0f86e7247fb9058b10c57134 (patch) | |
tree | af82d5c720d28f392e46c17e41cfb7dbfc37f27e | |
parent | 04a254d94a2dcebbfe767adad241d92eb913d4b2 (diff) | |
download | volse-hubzilla-997ec0911c9d3eac0f86e7247fb9058b10c57134.tar.gz volse-hubzilla-997ec0911c9d3eac0f86e7247fb9058b10c57134.tar.bz2 volse-hubzilla-997ec0911c9d3eac0f86e7247fb9058b10c57134.zip |
$comments > $commentbox
-rw-r--r-- | mod/photos.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/photos.php b/mod/photos.php index 56e63237e..2b859b7f1 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -999,7 +999,7 @@ function photos_content(&$a) { $comments = ''; if(! count($r)) { if($can_post || $can_comment) { - $comments .= replace_macros($cmnt_tpl,array( + $commentbox = replace_macros($cmnt_tpl,array( '$return_path' => '', '$mode' => 'photos', '$jsreload' => $return_url, |