diff --git a/src/biz/bokhorst/xprivacy/XIpPrefix.java b/src/biz/bokhorst/xprivacy/XIpPrefix.java index e1f0d26ed..fddc22595 100644 --- a/src/biz/bokhorst/xprivacy/XIpPrefix.java +++ b/src/biz/bokhorst/xprivacy/XIpPrefix.java @@ -10,7 +10,7 @@ public class XIpPrefix extends XHook { private Methods mMethod; private XIpPrefix(Methods method, String restrictionName) { - super(restrictionName, "IpPrefix." + method.name(), null); + super(restrictionName, method.name(), "IpPrefix." + method.name()); mMethod = method; }