Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added session name to return value from _system_resource_connect to m…
…ake it easier to reconstruct cookies to pass back on the client end
  • Loading branch information
heyrocker committed Sep 13, 2010
1 parent 5cf6f09 commit e1ae17e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/system_resource.inc
Expand Up @@ -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',
),
Expand Down

0 comments on commit e1ae17e

Please sign in to comment.