diff options
author | git-marijus <mario@mariovavti.com> | 2017-07-22 11:04:18 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2017-07-22 11:04:18 +0200 |
commit | 4335e49381a766bc59b3ccd3df9c4981afab7603 (patch) | |
tree | 7fa7b9554fa18032ed1bf47690b9162a22bd7c9d /Zotlabs/Module/Poke.php | |
parent | 27678a523c4c02bf4e3b31bf4ac01413feaf3759 (diff) | |
download | volse-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.php | 4 |
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 = ''; |