Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitamen committed May 12, 2012
1 parent c8e6356 commit 8232189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/Application.java
Expand Up @@ -400,7 +400,7 @@ public static void friendSelected(String friendName){
String title = allTopics.get(randomTopic).title; String title = allTopics.get(randomTopic).title;
renderArgs.put("t1t",title); renderArgs.put("t1t",title);
String desc = allTopics.get(randomTopic).description; String desc = allTopics.get(randomTopic).description;
renderArgs.put("t1d",desc); renderArgs.put("t1d",desc.toString());


String title2; String title2;
String desc2; String desc2;
Expand Down

0 comments on commit 8232189

Please sign in to comment.