diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-02-04 10:03:38 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-02-04 10:03:38 +0100 |
commit | cf80f03084a2bdb0764f25a55c7b6707d2b3ef81 (patch) | |
tree | 5e07935656f5e17258a773e41da4aa206648dfb5 /include/photos.php | |
parent | d97043725d3a38da9686dbf9501272d175e5420a (diff) | |
parent | 47f31eed37b8cc94805d01b2ab661d69cc24fa38 (diff) | |
download | volse-hubzilla-cf80f03084a2bdb0764f25a55c7b6707d2b3ef81.tar.gz volse-hubzilla-cf80f03084a2bdb0764f25a55c7b6707d2b3ef81.tar.bz2 volse-hubzilla-cf80f03084a2bdb0764f25a55c7b6707d2b3ef81.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'include/photos.php')
-rw-r--r-- | include/photos.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/photos.php b/include/photos.php index ae51703e0..44406e0b0 100644 --- a/include/photos.php +++ b/include/photos.php @@ -356,7 +356,7 @@ function photo_upload($channel, $observer, $args) { $large_photos = feature_enabled($channel['channel_id'], 'large_photos'); - linkify_tags($a, $args['body'], $channel_id); + linkify_tags($args['body'], $channel_id); if($large_photos) { $scale = 1; |