summaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2016-03-03 18:37:48 +0100
committerVincent Petry <pvince81@owncloud.com>2016-03-03 18:42:23 +0100
commite155f28f5ec4226c015e311e61fcc21710f091f7 (patch)
tree1cfc92e20869ec419d3fbbf7dc64bad1f7f9d432 /lib/public
parent750fc9ae26b0b7cfef0e030aaa726838703b5a06 (diff)
downloadnextcloud-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.php2
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