소스 검색

Wrong include path

Thijs Kinkhorst 23 년 전
부모
커밋
fc8e29e7bd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,