From: Thomas Müller Date: Fri, 20 Sep 2013 19:45:27 +0000 (+0200) Subject: fixing typos + adding missing filed $activeEntry X-Git-Tag: v6.0.0alpha2~121^2~13^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f83f32326949d6bc16c2b0d7aefcdbb48f9119d7;p=nextcloud-server.git fixing typos + adding missing filed $activeEntry --- diff --git a/lib/navigationmanager.php b/lib/navigationmanager.php index f032afd1fc4..cf3bf84d998 100644 --- a/lib/navigationmanager.php +++ b/lib/navigationmanager.php @@ -10,10 +10,11 @@ namespace OC; /** - * Manages the owncloud navigation + * Manages the ownCloud navigation */ class NavigationManager { protected $entries = array(); + protected $activeEntry; /** * Creates a new navigation entry diff --git a/lib/public/inavigationmanager.php b/lib/public/inavigationmanager.php index 21744dd1c21..f89e790c1d0 100644 --- a/lib/public/inavigationmanager.php +++ b/lib/public/inavigationmanager.php @@ -10,7 +10,7 @@ namespace OCP; /** - * Manages the owncloud navigation + * Manages the ownCloud navigation */ interface INavigationManager { /** @@ -24,4 +24,4 @@ interface INavigationManager { * @param string $appId id of the app entry to activate (from added $entry) */ public function setActiveEntry($appId); -} \ No newline at end of file +}