aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/index.php
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2006-07-10 19:16:47 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2006-07-10 19:16:47 +0000
commiteb9548f465752323af2579c4b17cc2587244349c (patch)
tree10a1053fc98f513dfce460f6fa4f9c27e47153b5 /phpBB/install/index.php
parent4f7c52e9e385041320179dcb7d27a9217a353c71 (diff)
downloadforums-eb9548f465752323af2579c4b17cc2587244349c.tar
forums-eb9548f465752323af2579c4b17cc2587244349c.tar.gz
forums-eb9548f465752323af2579c4b17cc2587244349c.tar.bz2
forums-eb9548f465752323af2579c4b17cc2587244349c.tar.xz
forums-eb9548f465752323af2579c4b17cc2587244349c.zip
A few miscelaneous tweaks
git-svn-id: file:///svn/phpbb/trunk@6166 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/index.php')
-rwxr-xr-xphpBB/install/index.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php
index d22545a56a..86baa63d59 100755
--- a/phpBB/install/index.php
+++ b/phpBB/install/index.php
@@ -480,8 +480,6 @@ class module
/**
* Output an error message
* If skip is true, return and continue execution, else exit
- * @todo Really should change the caption based on $skip and calling code at some point
- * @todo This needs testing with a large dataset that generates multiple errors
*/
function error($error, $line, $file, $skip = false)
{
@@ -491,7 +489,7 @@ class module
{
$template->assign_block_vars('checks', array(
'S_LEGEND' => true,
- 'LEGEND' => $lang['INST_ERR_FATAL'],
+ 'LEGEND' => $lang['INST_ERR'],
));
$template->assign_block_vars('checks', array(