aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-12-18 12:51:45 -0800
committerfriendica <info@friendica.com>2011-12-18 12:51:45 -0800
commiteb05d00794055dcd895ff9c3f73c55d7d7a13d10 (patch)
treebe12d28e916eb2d5d3961fa6d26cbded0cf22d38 /mod
parent622886a33c459e5290bdfcf491a1c8f9ed132207 (diff)
downloadvolse-hubzilla-eb05d00794055dcd895ff9c3f73c55d7d7a13d10.tar.gz
volse-hubzilla-eb05d00794055dcd895ff9c3f73c55d7d7a13d10.tar.bz2
volse-hubzilla-eb05d00794055dcd895ff9c3f73c55d7d7a13d10.zip
connect on suggest/match - added to testbubble
Diffstat (limited to 'mod')
-rw-r--r--mod/follow.php8
-rw-r--r--mod/match.php1
2 files changed, 9 insertions, 0 deletions
diff --git a/mod/follow.php b/mod/follow.php
index f99d91757..f8964885e 100644
--- a/mod/follow.php
+++ b/mod/follow.php
@@ -22,6 +22,14 @@ function follow_init(&$a) {
// NOTREACHED
}
+
+ if(! $url) {
+ notice( t('Connect URL missing.') . EOL);
+ goaway($_SESSION['return_url']);
+ // NOTREACHED
+ }
+
+
$ret = probe_url($url);
if($ret['network'] === NETWORK_DFRN) {
diff --git a/mod/match.php b/mod/match.php
index 9324624c8..3645a419d 100644
--- a/mod/match.php
+++ b/mod/match.php
@@ -54,6 +54,7 @@ function match_content(&$a) {
'$url' => $jj->url,
'$name' => $jj->name,
'$photo' => $jj->photo,
+ '$inttxt' => ' ' . t('is interested in:'),
'$conntxt' => t('Connect'),
'$connlnk' => $connlnk,
'$tags' => $jj->tags