aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-07-05 10:03:48 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2013-07-05 10:03:48 -0500
commit2674740573a226dae36dc81faf8eb5453e01a31d (patch)
treea8a1161d8f1576f4c7053d3b1eb72d9e69fab059
parentc1a600277d07c2dbb3ebd410f87acb22627a9d60 (diff)
downloadforums-2674740573a226dae36dc81faf8eb5453e01a31d.tar
forums-2674740573a226dae36dc81faf8eb5453e01a31d.tar.gz
forums-2674740573a226dae36dc81faf8eb5453e01a31d.tar.bz2
forums-2674740573a226dae36dc81faf8eb5453e01a31d.tar.xz
forums-2674740573a226dae36dc81faf8eb5453e01a31d.zip
[feature/twig] Spacing
PHPBB3-11598
-rw-r--r--phpBB/includes/template/twig/extension.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/template/twig/extension.php b/phpBB/includes/template/twig/extension.php
index 5704468013..e23dd4f119 100644
--- a/phpBB/includes/template/twig/extension.php
+++ b/phpBB/includes/template/twig/extension.php
@@ -144,7 +144,7 @@ class phpbb_template_twig_extension extends Twig_Extension
{
// When end is > 1, subset will end on the last item in an array with the specified $end
// This is different from slice in that it is the number we end on rather than the number
- // of items to grab (length)
+ // of items to grab (length)
// Start must always be the actual starting number for this calculation (not negative)
$start = ($start < 0) ? sizeof($item) + $start : $start;