From 1137fe70258b84f954fb66dcbc9be19a64e6d772 Mon Sep 17 00:00:00 2001 From: shish Date: Wed, 1 Aug 2007 15:08:40 +0000 Subject: [PATCH] default tac git-svn-id: file:///home/shish/svn/shimmie2/trunk@401 7f39781d-f577-437e-ae19-be835c7a54ca --- ext/user/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/user/theme.php b/ext/user/theme.php index 32ccbf05..9714f267 100644 --- a/ext/user/theme.php +++ b/ext/user/theme.php @@ -18,7 +18,7 @@ class UserPageTheme extends Themelet { public function display_signup_page($page) { global $config; - $tac = $config->get_string("login_tac"); + $tac = $config->get_string("login_tac", ""); $tfe = new TextFormattingEvent($tac); send_event($tfe);