summaryrefslogtreecommitdiff
path: root/framework/I18N/core/HTTPNegotiator.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/I18N/core/HTTPNegotiator.php')
-rw-r--r--framework/I18N/core/HTTPNegotiator.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/I18N/core/HTTPNegotiator.php b/framework/I18N/core/HTTPNegotiator.php
index d9158969..f5eb876c 100644
--- a/framework/I18N/core/HTTPNegotiator.php
+++ b/framework/I18N/core/HTTPNegotiator.php
@@ -81,7 +81,7 @@ class HTTPNegotiator
}
else
{
- for($i = 0; $i<count($codes); $i++)
+ for($i = 0, $k = count($codes); $i<$k; ++$i)
{
if($i == 0)
$lang = strtolower($codes[0]);