Skip to content
This repository has been archived by the owner on Feb 15, 2019. It is now read-only.

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Sep 11, 2014
1 parent 9bad4bb commit 860dc85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/bitpieces/shared/tools/WebTools.java
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ public static String getCreatorsFundsCurrentJson(String creatorName, UID uid, Un
public static String getYoutubeLink(String creatorName) {
String json = null;
try {
Creators_page_fields_view creatorsPage = Creators_funds_current.findFirst("creators_name=?", creatorName);
Creators_page_fields_view creatorsPage = Creators_page_fields_view.findFirst("creators_name=?", creatorName);


String link = creatorsPage.getString("youtube_link");
Expand Down

0 comments on commit 860dc85

Please sign in to comment.