Explorar el Código

Wrong include path

Thijs Kinkhorst hace 23 años
padre
commit
fc8e29e7bd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      functions/gettext.php

+ 1 - 1
functions/gettext.php

@@ -15,7 +15,7 @@
  * $Id$
  */
 
-require_once('../src/global.php');
+require_once(SM_PATH . 'functions/global.php');
 
 global $gettext_php_domain, $gettext_php_dir, $gettext_php_loaded,
  $gettext_php_translateStrings, $gettext_php_loaded_language,