From f9ce93b166506a19c52f4639f94c1f8f227f7029 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sun, 24 May 2015 23:10:34 +0200 Subject: [PATCH 1/1] This should fix it ... ;-) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../interfaces/handler/protocol/class_HandleableProtocol.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inc/classes/interfaces/handler/protocol/class_HandleableProtocol.php b/inc/classes/interfaces/handler/protocol/class_HandleableProtocol.php index f40df100..a4918ab6 100644 --- a/inc/classes/interfaces/handler/protocol/class_HandleableProtocol.php +++ b/inc/classes/interfaces/handler/protocol/class_HandleableProtocol.php @@ -48,9 +48,10 @@ interface HandleableProtocol extends Handleable { /** * If the found UNL (address) matches own external or internal address * + * @param $unl UNL to test * @return $ifMatches Whether the found UNL matches own addresss */ - function isOwnAddress (); + function isOwnAddress ($unl); } // [EOF] -- 2.30.2