diff options
author | Fyorl <gaelreth@gmail.com> | 2012-08-19 17:12:08 +0800 |
---|---|---|
committer | Fyorl <gaelreth@gmail.com> | 2012-08-19 17:12:08 +0800 |
commit | e9bdca7a8bc8c36b6d55806b1337e5d32409cb9d (patch) | |
tree | 490927b6c1896c1ea493d854c5597f87385c3a65 | |
parent | 02ccf392fa11c7c2210f5ba1e8923e82e62a66cf (diff) | |
download | forums-e9bdca7a8bc8c36b6d55806b1337e5d32409cb9d.tar forums-e9bdca7a8bc8c36b6d55806b1337e5d32409cb9d.tar.gz forums-e9bdca7a8bc8c36b6d55806b1337e5d32409cb9d.tar.bz2 forums-e9bdca7a8bc8c36b6d55806b1337e5d32409cb9d.tar.xz forums-e9bdca7a8bc8c36b6d55806b1337e5d32409cb9d.zip |
[ticket/10970] Added newline in docblock
PHPBB3-10970
-rw-r--r-- | phpBB/includes/template/filter.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/template/filter.php b/phpBB/includes/template/filter.php index e4c3184565..471ca0c777 100644 --- a/phpBB/includes/template/filter.php +++ b/phpBB/includes/template/filter.php @@ -363,6 +363,7 @@ class phpbb_template_filter extends php_user_filter /** * Parse paths of the form {FOO}/a/{BAR}/b + * * Note: this method assumes at least one variable in the path, this should * be checked before this method is called. * |