瀏覽代碼

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
  *