From: Roland Haeder Date: Sun, 24 May 2015 21:10:34 +0000 (+0200) Subject: This should fix it ... ;-) X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=f9ce93b166506a19c52f4639f94c1f8f227f7029;hp=ba3dac8b2dac48e02d7ac0297e3515275c3a83d1 This should fix it ... ;-) Signed-off-by: Roland Häder --- 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]