aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Ping.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-11-17 13:54:53 +0100
committerMario Vavti <mario@mariovavti.com>2017-11-17 13:54:53 +0100
commit76af8fa754467e13bcd8c83620ac1c174e777170 (patch)
tree9d482e43f3aa7daf86c60bc0bef209b13af014ef /Zotlabs/Module/Ping.php
parent601ebee9692c3bb552100f08f789824c68bdd5e0 (diff)
downloadvolse-hubzilla-76af8fa754467e13bcd8c83620ac1c174e777170.tar.gz
volse-hubzilla-76af8fa754467e13bcd8c83620ac1c174e777170.tar.bz2
volse-hubzilla-76af8fa754467e13bcd8c83620ac1c174e777170.zip
inroduce the HQ module - a module with the potential to become a nice landing page for hubzilla. It is nothing more than a downgraded mod display atm.
Diffstat (limited to 'Zotlabs/Module/Ping.php')
-rw-r--r--Zotlabs/Module/Ping.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zotlabs/Module/Ping.php b/Zotlabs/Module/Ping.php
index b18ff84b8..39f123d21 100644
--- a/Zotlabs/Module/Ping.php
+++ b/Zotlabs/Module/Ping.php
@@ -262,7 +262,6 @@ class Ping extends \Zotlabs\Web\Controller {
if($t) {
foreach($t as $tt) {
-
$message = trim(strip_tags(bbcode($tt['msg'])));
$count = 1;