mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
A few miscelaneous tweaks
git-svn-id: file:///svn/phpbb/trunk@6166 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user