]> _ Git - cubist_locale.git/commitdiff
wip #3262
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 11 Dec 2019 18:15:16 +0000 (19:15 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 11 Dec 2019 18:15:16 +0000 (19:15 +0100)
src/LocalizedList.php

index 9924b1e5fd7922385d6c5299e098142076a0cc70..20dd1cae7760931794641af20eac36501d4a22d1 100644 (file)
@@ -34,8 +34,7 @@ class LocalizedList
             return [];
         }
 
-        $res = include $f;
-        return $res;
+        return include $f;
     }
 
     public static function translate($code, $locale)