From 18e0b07487d4195f7d979214be2900f36a943a61 Mon Sep 17 00:00:00 2001
From: Joas Schilling <nickvergessen@gmx.de>
Date: Sun, 11 Apr 2010 00:31:19 +0200
Subject: [PATCH] [ticket/9528] Also fall back to bbcode-less quotes for PMs,
 when bbcodes are disabled.

PHPBB3-9528
---
 phpBB/styles/prosilver/template/ucp_pm_history.html | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/phpBB/styles/prosilver/template/ucp_pm_history.html b/phpBB/styles/prosilver/template/ucp_pm_history.html
index 88efcf95be..bcd6a75397 100644
--- a/phpBB/styles/prosilver/template/ucp_pm_history.html
+++ b/phpBB/styles/prosilver/template/ucp_pm_history.html
@@ -5,6 +5,11 @@
 </h3>
 
 <div id="topicreview">
+	<script type="text/javascript">
+	// <![CDATA[
+		bbcodeEnabled = {S_BBCODE_ALLOWED};
+	// ]]>
+	</script>
 	<!-- BEGIN history_row -->
 	<div class="post <!-- IF history_row.S_ROW_COUNT is even -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
 		<div class="inner"><span class="corners-top"><span></span></span>