try again with shutdown handler, fix issue #373 (live-pubstream div wasn't present

This commit is contained in:
redmatrix
2016-05-10 01:30:22 -07:00
parent baa7020036
commit 0c5434d5e3
4 changed files with 17 additions and 5 deletions

View File

@@ -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");