return not linked in YSF if not linked
This commit is contained in:
parent
a2aace3f31
commit
db312df3e5
1 changed files with 2 additions and 0 deletions
|
@ -457,6 +457,8 @@ function getActualLink($logLines, $mode) {
|
||||||
return $to;
|
return $to;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
return "not linked";
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
return "something went wrong!";
|
return "something went wrong!";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue