aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Poke.php
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2017-07-22 11:04:18 +0200
committergit-marijus <mario@mariovavti.com>2017-07-22 11:04:18 +0200
commit4335e49381a766bc59b3ccd3df9c4981afab7603 (patch)
tree7fa7b9554fa18032ed1bf47690b9162a22bd7c9d /Zotlabs/Module/Poke.php
parent27678a523c4c02bf4e3b31bf4ac01413feaf3759 (diff)
downloadvolse-hubzilla-4335e49381a766bc59b3ccd3df9c4981afab7603.tar.gz
volse-hubzilla-4335e49381a766bc59b3ccd3df9c4981afab7603.tar.bz2
volse-hubzilla-4335e49381a766bc59b3ccd3df9c4981afab7603.zip
more nav_set_selected
Diffstat (limited to 'Zotlabs/Module/Poke.php')
-rw-r--r--Zotlabs/Module/Poke.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/Zotlabs/Module/Poke.php b/Zotlabs/Module/Poke.php
index ea50e821a..0bd1187c7 100644
--- a/Zotlabs/Module/Poke.php
+++ b/Zotlabs/Module/Poke.php
@@ -143,12 +143,14 @@ class Poke extends \Zotlabs\Web\Controller {
- function get() {
+ function get() {
if(! local_channel()) {
notice( t('Permission denied.') . EOL);
return;
}
+
+ nav_set_selected(t('Poke'));
$name = '';
$id = '';