Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Commit

Permalink
Update redbubble-api-collections-2.0.3.php
Browse files Browse the repository at this point in the history
  • Loading branch information
prolificjones82 committed Aug 22, 2013
1 parent 6ee8a90 commit fa68d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redbubble-api-collections-2.0.3.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

echo "<ul>";
foreach($items as $item) {
echo "<a href='" . $_SERVER['REQUEST_URI'] . "&coll=";
echo "<a href='" . $_SERVER['REQUEST_URI'] . "?rb_user=" . $rbuser . "&coll=";

// Strip link to leave collection ID and title
$pattern = "/people/" . $rbuser . "/collections/";
Expand Down

0 comments on commit fa68d8d

Please sign in to comment.