From bb4001a5cc35216561087bb7b3fced127ebfe49f Mon Sep 17 00:00:00 2001 From: Sujith H Date: Thu, 31 Aug 2017 10:44:21 +0530 Subject: [PATCH] [stable10] Add more information to updatecheker Add more information to updatechecker Signed-off-by: Sujith H --- config/config.sample.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/config.sample.php b/config/config.sample.php index a66c146601c5..e142816231c9 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -535,7 +535,8 @@ /** * Check if ownCloud is up-to-date and shows a notification if a new version is - * available. + * available. This option is only applicable to ownCloud core. It is not + * applicable to app updates. */ 'updatechecker' => true,