diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-08-05 01:40:19 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-08-05 01:42:17 +0200 |
commit | cc445e4e477944a680bb19919cbfd0330d0f7851 (patch) | |
tree | 88d45e0fe503063b13b8b872acbd3707739bb77e /lib/installer.php | |
parent | 538e72fe61fe4a9e5b5cc9f3927b749c69f715a1 (diff) | |
download | nextcloud-server-cc445e4e477944a680bb19919cbfd0330d0f7851.tar.gz nextcloud-server-cc445e4e477944a680bb19919cbfd0330d0f7851.zip |
Small changes to allow updating main menu dynamically.
Diffstat (limited to 'lib/installer.php')
-rw-r--r-- | lib/installer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/installer.php b/lib/installer.php index 0c5fc416297..b8a3226aa0b 100644 --- a/lib/installer.php +++ b/lib/installer.php @@ -335,7 +335,7 @@ class OC_Installer{ OC_App::setAppTypes($info['id']); - return $info; + return $info['id']; } |