Browse Source

Wrong include path

Thijs Kinkhorst 23 năm trước cách đây
mục cha
commit
fc8e29e7bd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,