aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
diff options
context:
space:
mode:
authorredmatrix <mike@macgirvin.com>2016-09-07 13:40:07 -0700
committerredmatrix <mike@macgirvin.com>2016-09-07 13:40:07 -0700
commit0d7eb186d16cd0599eeed7c27734a9a2e5b41e81 (patch)
tree33c66225495d1f97d37e3dfd427649717b914b54 /Zotlabs/Module
parentde03f7f9ce868198f280a4dabf15c76452b71b0a (diff)
downloadvolse-hubzilla-0d7eb186d16cd0599eeed7c27734a9a2e5b41e81.tar.gz
volse-hubzilla-0d7eb186d16cd0599eeed7c27734a9a2e5b41e81.tar.bz2
volse-hubzilla-0d7eb186d16cd0599eeed7c27734a9a2e5b41e81.zip
Remove the platform check in pubsites, since we're reporting it now. Folks can decide for themselves.
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r--Zotlabs/Module/Pubsites.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/Zotlabs/Module/Pubsites.php b/Zotlabs/Module/Pubsites.php
index 35a305130..d8f272439 100644
--- a/Zotlabs/Module/Pubsites.php
+++ b/Zotlabs/Module/Pubsites.php
@@ -37,8 +37,6 @@ class Pubsites extends \Zotlabs\Web\Controller {
if($j['sites']) {
foreach($j['sites'] as $jj) {
$m = parse_url($jj['url']);
- if(strpos($jj['project'],\Zotlabs\Lib\System::get_platform_name()) === false)
- continue;
$host = strtolower(substr($jj['url'],strpos($jj['url'],'://')+3));
$rate_links = ((local_channel()) ? '<td><a href="rate?f=&target=' . $host . '" class="btn-btn-default"><i class="fa fa-check-square-o"></i> ' . t('Rate') . '</a></td>' : '');
$location = '';