Skip to content
Permalink
Browse files

Added locale setting

  • Loading branch information...
arthurpsmith committed Aug 8, 2019
1 parent e52b646 commit 233c1eaae4d4bef1b97016fe0a43b38d03ab2d36
Showing with 2 additions and 0 deletions.
  1. +2 −0 lib/initialize.php
@@ -5,6 +5,8 @@
ini_set('memory_limit','1500M');
set_time_limit ( 60 * 10 ) ; // Seconds
setlocale(LC_CTYPE, 'en_US.UTF-8'); // Required for iconv to work
require_once ( __DIR__ . '/../magnustools/common.php' ) ;
require_once ( __DIR__ . '/../magnustools/wikidata.php' ) ;
require_once ( __DIR__ . '/../lib/wikidata_claims.php' ) ;

0 comments on commit 233c1ea

Please sign in to comment.
You can’t perform that action at this time.