diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-09-23 15:00:58 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-09-23 15:00:58 +0200 |
commit | 2ea2ec00040a9f42d11213c4baa0118ea702b995 (patch) | |
tree | a1c7230f0a1c9d24ba0f0c54874d0748ea591345 /lib/private/app.php | |
parent | d54d9a573fac498c4aaeea0df832a204cf525b58 (diff) | |
download | nextcloud-server-2ea2ec00040a9f42d11213c4baa0118ea702b995.tar.gz nextcloud-server-2ea2ec00040a9f42d11213c4baa0118ea702b995.zip |
Show 'Apps' in the browser title when app management is open
Diffstat (limited to 'lib/private/app.php')
-rw-r--r-- | lib/private/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/app.php b/lib/private/app.php index 6c9f7615228..26d51947642 100644 --- a/lib/private/app.php +++ b/lib/private/app.php @@ -411,7 +411,7 @@ class OC_App { /** * Returns the Settings Navigation * - * @return string + * @return string[] * * This function returns an array containing all settings pages added. The * entries are sorted by the key 'order' ascending. |