aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/includes/template/filter.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/includes/template/filter.php b/phpBB/includes/template/filter.php
index 471ca0c777..3e90190db7 100644
--- a/phpBB/includes/template/filter.php
+++ b/phpBB/includes/template/filter.php
@@ -370,7 +370,8 @@ class phpbb_template_filter extends php_user_filter
* @param string $path The path to parse
* @param string $include_type The type of template function to call
* @return string An appropriately formatted string to include in the
- * template
+ * template or an empty string if an expression like S_FIRST_ROW was
+ * incorrectly used
*/
private function parse_dynamic_path($path, $include_type)
{