Skip to content

Commit

Permalink
Fix bad URL
Browse files Browse the repository at this point in the history
  • Loading branch information
haugstrup committed Nov 6, 2012
1 parent 54f7191 commit 2e618f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/PodioApp.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public static function get_for_url($space_id, $url_label, $attributes = array())
* @see https://developers.podio.com/doc/applications/get-apps-by-space-22478
*/
public static function get_for_space($space_id, $attributes = array()) {
return self::member(Podio::get("/app/space/{$space_id}", $attributes));
return self::member(Podio::get("/app/space/{$space_id}/", $attributes));
}

/**
Expand Down

0 comments on commit 2e618f6

Please sign in to comment.