From ef1235cc0a97305216d8987e3bd8459d30cbe5df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Wed, 30 Jan 2008 10:14:42 +0000 Subject: #207863 by mikey_p, Pancho: use module_load_include() as intended --- modules/update/update.report.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/update/update.report.inc') diff --git a/modules/update/update.report.inc b/modules/update/update.report.inc index b27b3252b..a73246899 100644 --- a/modules/update/update.report.inc +++ b/modules/update/update.report.inc @@ -11,7 +11,7 @@ */ function update_status() { if ($available = update_get_available(TRUE)) { - include_once './modules/update/update.compare.inc'; + module_load_include('inc', 'update', 'update.compare'); $data = update_calculate_project_data($available); return theme('update_report', $data); } -- cgit v1.2.3