aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Photos.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2019-02-04 10:03:38 +0100
committerMario Vavti <mario@mariovavti.com>2019-02-04 10:03:38 +0100
commitcf80f03084a2bdb0764f25a55c7b6707d2b3ef81 (patch)
tree5e07935656f5e17258a773e41da4aa206648dfb5 /Zotlabs/Module/Photos.php
parentd97043725d3a38da9686dbf9501272d175e5420a (diff)
parent47f31eed37b8cc94805d01b2ab661d69cc24fa38 (diff)
downloadvolse-hubzilla-cf80f03084a2bdb0764f25a55c7b6707d2b3ef81.tar.gz
volse-hubzilla-cf80f03084a2bdb0764f25a55c7b6707d2b3ef81.tar.bz2
volse-hubzilla-cf80f03084a2bdb0764f25a55c7b6707d2b3ef81.zip
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'Zotlabs/Module/Photos.php')
-rw-r--r--Zotlabs/Module/Photos.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Photos.php b/Zotlabs/Module/Photos.php
index 3833d5088..a761dbd14 100644
--- a/Zotlabs/Module/Photos.php
+++ b/Zotlabs/Module/Photos.php
@@ -422,7 +422,7 @@ class Photos extends \Zotlabs\Web\Controller {
require_once('include/text.php');
$profile_uid = \App::$profile['profile_uid'];
- $results = linkify_tags($a, $rawtags, (local_channel()) ? local_channel() : $profile_uid);
+ $results = linkify_tags($rawtags, (local_channel()) ? local_channel() : $profile_uid);
$success = $results['success'];
$post_tags = array();