diff options
author | Mario <mario@mariovavti.com> | 2021-06-17 10:14:23 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-06-17 10:14:23 +0000 |
commit | c268bc327a9c82acf05999039b0b3ab7191646eb (patch) | |
tree | 75a14ecfd2a449b6b086e5a9da2111abe6903eba /Zotlabs/Module/Hq.php | |
parent | e79a27c654589ed2ab3b3f2c1a6b603e2e642ad9 (diff) | |
download | volse-hubzilla-c268bc327a9c82acf05999039b0b3ab7191646eb.tar.gz volse-hubzilla-c268bc327a9c82acf05999039b0b3ab7191646eb.tar.bz2 volse-hubzilla-c268bc327a9c82acf05999039b0b3ab7191646eb.zip |
fix issues with browser back button and minor cleanup
Diffstat (limited to 'Zotlabs/Module/Hq.php')
-rw-r--r-- | Zotlabs/Module/Hq.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Zotlabs/Module/Hq.php b/Zotlabs/Module/Hq.php index a8d321b24..4d55b76b0 100644 --- a/Zotlabs/Module/Hq.php +++ b/Zotlabs/Module/Hq.php @@ -104,7 +104,7 @@ class Hq extends \Zotlabs\Web\Controller { 'bang' => '', 'visitor' => true, 'profile_uid' => local_channel(), - 'return_path' => 'hq', //(($dm_mode) ? 'dm' : 'hq'), + 'return_path' => 'hq', 'expanded' => true, 'editor_autocomplete' => true, 'bbco_autocomplete' => 'bbcode', @@ -123,7 +123,6 @@ class Hq extends \Zotlabs\Web\Controller { if(! $update && ! $load) { - //$app = (($dm_mode) ? 'Direct Messages' : 'Start'); nav_set_selected('HQ'); if($target_item) { @@ -144,7 +143,7 @@ class Hq extends \Zotlabs\Web\Controller { App::$page['htmlhead'] .= replace_macros(get_markup_template("build_query.tpl"),[ '$baseurl' => z_root(), - '$pgtype' => 'hq', //(($dm_mode) ? 'dm' : 'hq'), + '$pgtype' => 'hq', '$uid' => local_channel(), '$gid' => '0', '$cid' => '0', |