From 35e21e54e1122f98bede28f89d80f2fb13b3fd97 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 15 Oct 2009 12:27:34 +0000 Subject: - Patch #412730 by Crell, jbomb, JohnAlbin: theme system should report when a theme key is not found. --- modules/forum/forum.module | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/forum/forum.module') diff --git a/modules/forum/forum.module b/modules/forum/forum.module index 95c0337e6..6a62bdfe8 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -57,6 +57,10 @@ function forum_theme() { 'template' => 'forum-submitted', 'arguments' => array('topic' => NULL), ), + 'forum_form' => array( + 'arguments' => array('form' => NULL), + 'file' => 'forum.admin.inc', + ), ); } -- cgit v1.2.3