Skip to content

Commit 192d26a

Browse files
Enhance GAE compat by removing some realpath()
1 parent 039bd44 commit 192d26a

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)