diff options
author | zotlabs <mike@macgirvin.com> | 2017-07-25 16:02:41 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-07-25 16:02:41 -0700 |
commit | 08f15a6fc60023f739676d3751e2cd14cecf52a4 (patch) | |
tree | dcbebfa488aa750cb35e2b311957ea419e032eb2 /Zotlabs/Module/Poke.php | |
parent | c24cfbc62af111f18576cfde8e4e920e66c57ff5 (diff) | |
parent | caf077cbf893cd02932194e1641c861ffcc2e339 (diff) | |
download | volse-hubzilla-08f15a6fc60023f739676d3751e2cd14cecf52a4.tar.gz volse-hubzilla-08f15a6fc60023f739676d3751e2cd14cecf52a4.tar.bz2 volse-hubzilla-08f15a6fc60023f739676d3751e2cd14cecf52a4.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
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 = ''; |