Skip to content

Commit 17217df

Browse files
Merge branch '2.7' into 2.8
* 2.7: Compatibility with Twig 1.27 Enhance GAE compat by removing some realpath() bumped Symfony version to 2.7.21 updated VERSION for 2.7.20 update CONTRIBUTORS for 2.7.20 updated CHANGELOG for 2.7.20 [SecurityBundle] Fix twig-bridge lowest dep
2 parents 2ec401b + 192d26a commit 17217df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Intl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ public static function getIcuStubVersion()
244244
*/
245245
public static function getDataDirectory()
246246
{
247-
return realpath(__DIR__.'/Resources/data');
247+
return __DIR__.'/Resources/data';
248248
}
249249

250250
/**

0 commit comments

Comments
 (0)