From 479f95661ed18bcc375a8f3d883249d35caefec6 Mon Sep 17 00:00:00 2001 From: Graham Eames Date: Thu, 5 Jan 2006 20:28:29 +0000 Subject: Fix 2 minor errors: 1. Set user_style on registration to the board default 2. Do not try to use the template when throwing an error about a missing style git-svn-id: file:///svn/phpbb/trunk@5426 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/session.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/session.php') diff --git a/phpBB/includes/session.php b/phpBB/includes/session.php index b3315ec4bc..a1086cb3bd 100644 --- a/phpBB/includes/session.php +++ b/phpBB/includes/session.php @@ -786,7 +786,7 @@ class user extends session if (!$this->theme) { - trigger_error('Could not get style data'); + trigger_error('Could not get style data', E_USER_ERROR); } // Now parse the cfg file and cache it -- cgit v1.2.1