aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/message_parser.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-12-06 15:47:50 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-12-06 15:47:50 +0000
commitdaeef71d813b68524e0630e2aadbf0870bb06800 (patch)
treea2412ef750f51184f94e5e3c2cedf2cfcad732ba /phpBB/includes/message_parser.php
parentcb505ce4b08d3ec1de1184474a673886dfdb212b (diff)
downloadforums-daeef71d813b68524e0630e2aadbf0870bb06800.tar
forums-daeef71d813b68524e0630e2aadbf0870bb06800.tar.gz
forums-daeef71d813b68524e0630e2aadbf0870bb06800.tar.bz2
forums-daeef71d813b68524e0630e2aadbf0870bb06800.tar.xz
forums-daeef71d813b68524e0630e2aadbf0870bb06800.zip
some updater changes as well as tiny bugfixes
git-svn-id: file:///svn/phpbb/trunk@6714 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/message_parser.php')
-rw-r--r--phpBB/includes/message_parser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/message_parser.php b/phpBB/includes/message_parser.php
index 797c2f5cfd..285b0d0649 100644
--- a/phpBB/includes/message_parser.php
+++ b/phpBB/includes/message_parser.php
@@ -418,7 +418,7 @@ class bbcode_firstpass extends bbcode
$conf = array('highlight.bg', 'highlight.comment', 'highlight.default', 'highlight.html', 'highlight.keyword', 'highlight.string');
foreach ($conf as $ini_var)
{
- ini_set($ini_var, str_replace('highlight.', 'syntax', $ini_var));
+ @ini_set($ini_var, str_replace('highlight.', 'syntax', $ini_var));
}
// Because highlight_string is specialcharing the text (but we already did this before), we have to reverse this in order to get correct results