return not linked in YSF if not linked

This commit is contained in:
dg9vh 2016-09-25 16:40:45 +00:00
parent a2aace3f31
commit db312df3e5

View file

@ -457,6 +457,8 @@ function getActualLink($logLines, $mode) {
return $to; return $to;
} }
} }
return "not linked";
break;
} }
return "something went wrong!"; return "something went wrong!";
} }