From e1ae17e60d9b41c90205d5e6734ded9c6c44e2b5 Mon Sep 17 00:00:00 2001 From: heyrocker Date: Mon, 13 Sep 2010 16:08:59 -0700 Subject: [PATCH] Added session name to return value from _system_resource_connect to make it easier to reconstruct cookies to pass back on the client end --- resources/system_resource.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/system_resource.inc b/resources/system_resource.inc index 55bfbd2..e575100 100644 --- a/resources/system_resource.inc +++ b/resources/system_resource.inc @@ -6,6 +6,7 @@ function _system_resource_definition() { 'system' => array( 'actions' => array( 'connect' => array( + 'access callback' => 'services_access_menu', 'file' => array('type' => 'inc', 'module' => 'services', 'name' => 'resources/system_resource'), 'callback' => '_system_resource_connect', ),