aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_module.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-03-12 16:28:47 +0100
committerAndreas Fischer <bantu@phpbb.com>2014-03-12 16:28:47 +0100
commitb809bea3d4d56cd5cb2b9d3aa44f96c038ae807f (patch)
treeb3429111955ea81b159b47df0d4f8e5834b3d532 /phpBB/includes/functions_module.php
parentad6fda57764d2635741fc07f3db32fbe42057b72 (diff)
parentd81a604ef853be782046d00a2f55160d8619b335 (diff)
downloadforums-b809bea3d4d56cd5cb2b9d3aa44f96c038ae807f.tar
forums-b809bea3d4d56cd5cb2b9d3aa44f96c038ae807f.tar.gz
forums-b809bea3d4d56cd5cb2b9d3aa44f96c038ae807f.tar.bz2
forums-b809bea3d4d56cd5cb2b9d3aa44f96c038ae807f.tar.xz
forums-b809bea3d4d56cd5cb2b9d3aa44f96c038ae807f.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/10549] using correct variable in includes/functions_module.php too [ticket/10549] changed "right" to "incorrect" Conflicts: phpBB/includes/functions_module.php
Diffstat (limited to 'phpBB/includes/functions_module.php')
-rw-r--r--phpBB/includes/functions_module.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_module.php b/phpBB/includes/functions_module.php
index 28af7994c8..dca010518b 100644
--- a/phpBB/includes/functions_module.php
+++ b/phpBB/includes/functions_module.php
@@ -510,7 +510,7 @@ class p_master
if (!class_exists($this->p_name))
{
- trigger_error($user->lang('MODULE_FILE_RIGHT_CLASS', "$module_path/{$this->p_name}.$phpEx", $this->p_name), E_USER_ERROR);
+ trigger_error($user->lang('MODULE_FILE_INCORRECT_CLASS', "$module_path/{$this->p_name}.$phpEx", $this->p_name), E_USER_ERROR);
}
}