aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/template/filter.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/template/filter.php b/phpBB/includes/template/filter.php
index 2c0057b64c..39317c6bf3 100644
--- a/phpBB/includes/template/filter.php
+++ b/phpBB/includes/template/filter.php
@@ -348,7 +348,7 @@ class phpbb_template_filter extends php_user_filter
// return value here will be compiled code (html with embedded php).
// we don't want to wrap it in php tags here.
return '<?php ' . $this->compile_tag_event($matches[2]) . '?>';
- break;
+ break;
default:
return $matches[0];