diff options
Diffstat (limited to 'modules/update/update.fetch.inc')
-rw-r--r-- | modules/update/update.fetch.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/update/update.fetch.inc b/modules/update/update.fetch.inc index ce4c836a8..da5c695be 100644 --- a/modules/update/update.fetch.inc +++ b/modules/update/update.fetch.inc @@ -24,7 +24,7 @@ function update_manual_status() { */ function _update_refresh() { global $base_url; - include_once './modules/update/update.compare.inc'; + module_load_include('inc', 'update', 'update.compare'); // Since we're fetching new available update data, we want to clear // everything in our cache, to ensure we recompute the status. Note that |