From 494c442e2d91c4816eccac30d29e3f4c8a0c0232 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Tue, 5 May 2015 00:00:15 -0400 Subject: Issue #2364047 by JvE, dcam: Fix missing file definitions in hook_theme() in the Update Manager module --- modules/update/update.module | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules') diff --git a/modules/update/update.module b/modules/update/update.module index d1f0d856f..a59c7d7f9 100644 --- a/modules/update/update.module +++ b/modules/update/update.module @@ -278,12 +278,15 @@ function update_theme() { ), 'update_report' => array( 'variables' => array('data' => NULL), + 'file' => 'update.report.inc', ), 'update_version' => array( 'variables' => array('version' => NULL, 'tag' => NULL, 'class' => array()), + 'file' => 'update.report.inc', ), 'update_status_label' => array( 'variables' => array('status' => NULL), + 'file' => 'update.report.inc', ), ); } -- cgit v1.2.3