diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-17 10:30:47 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-17 10:30:47 +0200 |
commit | 2f6cb764a4670f848123153e44d6aa58d6ab01b7 (patch) | |
tree | ff4e32768f0960cdf92fd279112aa18513b9bffb /Zotlabs/Module/Articles.php | |
parent | 07cd1d1272bd301c2f41f5579697754ccbbf5ae3 (diff) | |
download | volse-hubzilla-2f6cb764a4670f848123153e44d6aa58d6ab01b7.tar.gz volse-hubzilla-2f6cb764a4670f848123153e44d6aa58d6ab01b7.tar.bz2 volse-hubzilla-2f6cb764a4670f848123153e44d6aa58d6ab01b7.zip |
prepare submodule to interact with route
Diffstat (limited to 'Zotlabs/Module/Articles.php')
-rw-r--r-- | Zotlabs/Module/Articles.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Articles.php b/Zotlabs/Module/Articles.php index d622b221a..7af1ab6b8 100644 --- a/Zotlabs/Module/Articles.php +++ b/Zotlabs/Module/Articles.php @@ -45,7 +45,7 @@ class Articles extends Controller { return $o; } - nav_set_selected(t('Articles')); + nav_set_selected('Articles'); head_add_link([ 'rel' => 'alternate', |