fixing typos + adding missing filed $activeEntry

remotes/origin/stable6
Thomas Müller 11 years ago
parent e31f6c01e8
commit f83f323269
  1. 3
      lib/navigationmanager.php
  2. 4
      lib/public/inavigationmanager.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

@ -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);
}
}

Loading…
Cancel
Save