aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/acp/acp_styles.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_styles.php b/phpBB/includes/acp/acp_styles.php
index b5507005b0..04cb1f15ef 100644
--- a/phpBB/includes/acp/acp_styles.php
+++ b/phpBB/includes/acp/acp_styles.php
@@ -1125,7 +1125,7 @@ class acp_styles
{
if (!file_exists($this->styles_path . $dir . '/style.cfg'))
{
- trigger_error('NO_STYLE_DATA', E_USER_ERROR);
+ trigger_error($this->user->lang['NO_STYLE_CFG'] . $dir, E_USER_WARNING);
}
static $required = array('name', 'phpbb_version', 'copyright');