소스 검색

Fix for view_join handler not being found

Lacey Sanderson 13 년 전
부모
커밋
956a4bc83a
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      base/tripal_core/views/handlers/views_handler_join_chado_through_linking.inc

+ 3 - 0
base/tripal_core/views/handlers/views_handler_join_chado_through_linking.inc

@@ -1,5 +1,8 @@
 <?php
 
+module_load_include('inc','views','includes/base');
+module_load_include('inc','views','includes/handlers');
+
 /**
  * Handler to allow joins between records via a linking table
  *