diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-10 11:04:12 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-10 17:24:14 +0100 |
commit | 8b165c5ed59659fce5884c2091774b33b6b857d8 (patch) | |
tree | 138be5c9f0c17c74491dc2e066cdb699a2cdd5a9 /lib/public | |
parent | 9a2c517ca8eaf25bf142696e1479355112b1f108 (diff) | |
download | nextcloud-server-8b165c5ed59659fce5884c2091774b33b6b857d8.tar.gz nextcloud-server-8b165c5ed59659fce5884c2091774b33b6b857d8.zip |
No longer evaluate appinfo/version
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/app.php b/lib/public/app.php index e25f025d12d..032116eb43f 100644 --- a/lib/public/app.php +++ b/lib/public/app.php @@ -142,7 +142,7 @@ class App { } /** - * Get the last version of the app, either from appinfo/version or from appinfo/info.xml + * Get the last version of the app from appinfo/info.xml * @param string $app * @return string * @since 4.0.0 |