From 423e3601f9324abd4e3427cd205a90c6bdc18ecc Mon Sep 17 00:00:00 2001
From: Bob Vincent <bobvin@pillars.net>
Date: Fri, 29 Apr 2011 18:53:11 -0400
Subject: [PATCH] Issue #1141838 by astutonet: call to undefined function ctools_include()

---
 services.module |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/services.module b/services.module
index ca6a8041411e1bfcb4c02446de0e6649aaf57829..aa45e6a49b41a8925dd4996f3a1fe24042a3a52b 100644
--- a/services.module
+++ b/services.module
@@ -214,6 +214,7 @@ function services_endpoint_load($name) {
  *  Array of endpoint objects keyed by endpoint names.
  */
 function services_endpoint_load_all() {
+  module_load_include('module','ctools');
   ctools_include('export');
   if (!ctools_export_load_object('services_endpoint')) {
     $result = db_query("SELECT * FROM {services_endpoint}");
-- 
1.7.1

