--- E:/etc/php/phpBB3/includes/acp/acp_styles.php Fri Dec 12 10:20:36 2008 +++ E:/etc/php/styles_patch.php Thu Apr 16 13:00:04 2009 @@ -743,7 +743,8 @@ // If it's not stored in the db yet, then update the template setting and store all template files in the db if (!$template_info['template_storedb']) { - if ($this->get_super('template', $template_id)) + $super = $this->get_super('template', $template_id); + if ($super !== false) { $this->store_in_db('template', $super['template_id']); }