From 91b4d879982c54dc97b8dd35097b8de1492972f3 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 29 Dec 2009 06:34:14 +0000 Subject: [PATCH] #669554 follow-up by dww: Remove 'hidden' as an .info file property Update module cares to cache. --- modules/update/update.compare.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/update/update.compare.inc b/modules/update/update.compare.inc index 83bed20bc803..98338a864ac2 100644 --- a/modules/update/update.compare.inc +++ b/modules/update/update.compare.inc @@ -758,7 +758,6 @@ function update_filter_project_info($info) { $whitelist = array( '_info_file_ctime', 'datestamp', - 'hidden', 'major', 'name', 'package',