Skip to content

Commit

Permalink
Update watershedphp
Browse files Browse the repository at this point in the history
  • Loading branch information
garemoko committed May 11, 2016
1 parent 246b132 commit b16e127
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WatershedPHP
2 changes: 1 addition & 1 deletion lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ function tincanlaunch_get_creds_watershed($login, $pass, $endpoint, $tincanlaunc
$wsServer = $explodedEndpoint[0].'//'.$explodedEndpoint[2];
$orgId = $explodedEndpoint[5];

$wsclient = new \WatershedClient\Watershed($wsServer, $auth);
$wsclient = new \WatershedClient\Watershed($wsServer, $auth, $orgId, 'Moodle');

if (is_null($expiry)) {
$expiryUnix = 0;
Expand Down

0 comments on commit b16e127

Please sign in to comment.