* ups... that kinda bug shouldn't happen...

This commit is contained in:
Reinhard Pointner 2011-09-23 05:12:59 +00:00
parent f1997c9cc9
commit 69b9dc4693
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ public class Analytics {
public static void trackView(Class<?> view, String title) {
trackView(view.getName().replace(',', '/'), title);
trackView(view.getName().replace('.', '/'), title);
}