diff options
author | Vincent Petry <pvince81@owncloud.com> | 2016-03-03 18:37:48 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2016-03-03 18:42:23 +0100 |
commit | e155f28f5ec4226c015e311e61fcc21710f091f7 (patch) | |
tree | 1cfc92e20869ec419d3fbbf7dc64bad1f7f9d432 /lib/public | |
parent | 750fc9ae26b0b7cfef0e030aaa726838703b5a06 (diff) | |
download | nextcloud-server-e155f28f5ec4226c015e311e61fcc21710f091f7.tar.gz nextcloud-server-e155f28f5ec4226c015e311e61fcc21710f091f7.zip |
Revert "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 032116eb43f..e25f025d12d 100644 --- a/lib/public/app.php +++ b/lib/public/app.php @@ -142,7 +142,7 @@ class App { } /** - * Get the last version of the app from appinfo/info.xml + * Get the last version of the app, either from appinfo/version or from appinfo/info.xml * @param string $app * @return string * @since 4.0.0 |