diff options
author | Friendika <info@friendika.com> | 2011-09-28 23:10:23 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-28 23:10:23 -0700 |
commit | ffa3b67365741d77b9a21b8505e4661668e6b561 (patch) | |
tree | 8b8566e15057556726648c1d96453f0c86a66fa6 /include | |
parent | 26905751eacdda05499587e9b04cd175be93c0a2 (diff) | |
download | volse-hubzilla-ffa3b67365741d77b9a21b8505e4661668e6b561.tar.gz volse-hubzilla-ffa3b67365741d77b9a21b8505e4661668e6b561.tar.bz2 volse-hubzilla-ffa3b67365741d77b9a21b8505e4661668e6b561.zip |
fix nav-selected duepuntozero
Diffstat (limited to 'include')
-rw-r--r-- | include/nav.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php index b290a8da2..16ec941aa 100644 --- a/include/nav.php +++ b/include/nav.php @@ -177,7 +177,7 @@ function nav_set_selected($item){ 'profiles' => null, 'notifications' => null, 'messages' => null, - 'directyory' => null, + 'directory' => null, 'settings' => null, 'contacts' => null, ); |