aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Update_pubstream.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-10 01:30:22 -0700
committerredmatrix <git@macgirvin.com>2016-05-10 01:30:22 -0700
commit0c5434d5e35f13340df5bf5edd22c6d9e9e8379c (patch)
treee5f415574ecce32e370b916ccbe142caf6e83b6a /Zotlabs/Module/Update_pubstream.php
parentbaa7020036f4b6112a58a99d04af2f5287a8c815 (diff)
downloadvolse-hubzilla-0c5434d5e35f13340df5bf5edd22c6d9e9e8379c.tar.gz
volse-hubzilla-0c5434d5e35f13340df5bf5edd22c6d9e9e8379c.tar.bz2
volse-hubzilla-0c5434d5e35f13340df5bf5edd22c6d9e9e8379c.zip
try again with shutdown handler, fix issue #373 (live-pubstream div wasn't present
Diffstat (limited to 'Zotlabs/Module/Update_pubstream.php')
-rw-r--r--Zotlabs/Module/Update_pubstream.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Update_pubstream.php b/Zotlabs/Module/Update_pubstream.php
index 153db56ba..952b48df3 100644
--- a/Zotlabs/Module/Update_pubstream.php
+++ b/Zotlabs/Module/Update_pubstream.php
@@ -7,7 +7,7 @@ namespace Zotlabs\Module;
class Update_pubstream extends \Zotlabs\Web\Controller {
function get() {
-
+
$profile_uid = ((intval($_GET['p'])) ? intval($_GET['p']) : (-1));
$load = (((argc() > 1) && (argv(1) == 'load')) ? 1 : 0);
header("Content-type: text/html");