1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

* 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

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);
}