aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-10-15 22:41:42 +0200
committermarijus <mario@mariovavti.com>2014-10-15 22:41:42 +0200
commit997ec0911c9d3eac0f86e7247fb9058b10c57134 (patch)
treeaf82d5c720d28f392e46c17e41cfb7dbfc37f27e /mod
parent04a254d94a2dcebbfe767adad241d92eb913d4b2 (diff)
downloadvolse-hubzilla-997ec0911c9d3eac0f86e7247fb9058b10c57134.tar.gz
volse-hubzilla-997ec0911c9d3eac0f86e7247fb9058b10c57134.tar.bz2
volse-hubzilla-997ec0911c9d3eac0f86e7247fb9058b10c57134.zip
$comments > $commentbox
Diffstat (limited to 'mod')
-rw-r--r--mod/photos.php2
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,