Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
comment out hard coded
  • Loading branch information
chloealee committed Sep 9, 2015
commit a33aaa96b2c773f114941412753d27fb602c96d6
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function dosomething_northstar_get_northstar_user($id) {

if (empty($northstar_user_info)) {
$client = _dosomething_northstar_build_http_client();
$id = '55916765bffebcff078b4568';
// $id = '55916765bffebcff078b4568';
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wanna remove this lil line?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed!


$northstar_user_info = drupal_http_request($client['base_url'] . '/users/_id/' . $id, array(
'headers' => $client['headers'],
Expand Down