Browse Source

Wrong include path

Thijs Kinkhorst 23 years ago
parent
commit
fc8e29e7bd
1 changed files with 1 additions and 1 deletions
  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,