Skip to content

Commit

Permalink
changed socialActivityType of moodle bookmarks from url to resource r…
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfien committed Feb 3, 2017
1 parent 59e39cc commit 7643461
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ public static String getMoodleSocialActivityCssClass (String moodleSocialActivit
moodleSocialActivityType = "lecture";
if (moodleSocialActivityType.equals("quiz"))
moodleSocialActivityType = "test";
if (moodleSocialActivityType.equals("url"))
moodleSocialActivityType = "resource";

return moodleSocialActivityType;
}
Expand Down

0 comments on commit 7643461

Please sign in to comment.