]> git.sur5r.net Git - contagged/commitdiff
fall back to english if local language string is missing
authorAndreas Gohr <gohr@cosmocode.de>
Thu, 21 Jun 2007 13:18:14 +0000 (15:18 +0200)
committerAndreas Gohr <gohr@cosmocode.de>
Thu, 21 Jun 2007 13:18:14 +0000 (15:18 +0200)
darcs-hash:20070621131814-6e07b-da559f7eb0b4e75cb58086089cee272111c99bab.gz

inc/init.php

index 72bea22c6a5ccc5a7733c66d90e75abc3c674c91..6d16606874342a75773063bb01f0e6e40015a5d6 100644 (file)
@@ -1,6 +1,7 @@
 <?
   require_once(dirname(__FILE__).'/config.php');
   require_once(dirname(__FILE__).'/fields.php');
+  require_once(dirname(__FILE__).'/lang/en.php');
   require_once(dirname(__FILE__).'/lang/'.$conf['lang'].'.php');
   require_once(dirname(__FILE__).'/functions.php');
   require_once(dirname(__FILE__).'/template.php');