فهرست منبع

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
  *