aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/bbcode.php
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2011-08-09 23:18:58 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2011-08-09 23:18:58 -0400
commit4bb56cddb3a0ab8012e9324f94138630799449de (patch)
tree16ce312dbf73f896f0c8bcb91f062cba167ce83a /phpBB/includes/bbcode.php
parent035a8d7154b25414532bfb2de066cde1065feded (diff)
downloadforums-4bb56cddb3a0ab8012e9324f94138630799449de.tar
forums-4bb56cddb3a0ab8012e9324f94138630799449de.tar.gz
forums-4bb56cddb3a0ab8012e9324f94138630799449de.tar.bz2
forums-4bb56cddb3a0ab8012e9324f94138630799449de.tar.xz
forums-4bb56cddb3a0ab8012e9324f94138630799449de.zip
[feature/template-engine] Delete no longer used $template_filename property.
PHPBB3-9726
Diffstat (limited to 'phpBB/includes/bbcode.php')
-rw-r--r--phpBB/includes/bbcode.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/bbcode.php b/phpBB/includes/bbcode.php
index 93c4bba009..85d7459163 100644
--- a/phpBB/includes/bbcode.php
+++ b/phpBB/includes/bbcode.php
@@ -30,7 +30,6 @@ class bbcode
var $bbcodes = array();
var $template_bitfield;
- var $template_filename = '';
/**
* Constructor