aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorJames Atkinson <thefinn@users.sourceforge.net>2001-10-16 10:35:24 +0000
committerJames Atkinson <thefinn@users.sourceforge.net>2001-10-16 10:35:24 +0000
commit46413f440e1f08dc6cf97db2f0aa4fb6caacb574 (patch)
tree8f4885322187e04614ea8f52b75cb6d8fcf011a3 /phpBB/includes/functions.php
parent7fd3e1943c83f88268a96d67d4446721721e9838 (diff)
downloadforums-46413f440e1f08dc6cf97db2f0aa4fb6caacb574.tar
forums-46413f440e1f08dc6cf97db2f0aa4fb6caacb574.tar.gz
forums-46413f440e1f08dc6cf97db2f0aa4fb6caacb574.tar.bz2
forums-46413f440e1f08dc6cf97db2f0aa4fb6caacb574.tar.xz
forums-46413f440e1f08dc6cf97db2f0aa4fb6caacb574.zip
Fixed some bugs with banning and some code that wasnt updated when we changed the theme/template system
git-svn-id: file:///svn/phpbb/trunk@1218 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index a6c34a4345..66149d509a 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -1069,7 +1069,7 @@ function message_die($msg_code, $msg_text = "", $msg_title = "", $err_line = "",
if( empty($theme) )
{
- $theme = setuptheme($board_config['default_theme']);
+ $theme = setup_style($board_config['default_style']);
}
//