spelling: needn't
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
03048c9898
commit
3218db1f10
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ class Plaintext
|
||||||
$msg = trim($post['description']);
|
$msg = trim($post['description']);
|
||||||
}
|
}
|
||||||
|
|
||||||
// If the link is already contained in the post, then it neeedn't to be added again
|
// If the link is already contained in the post, then it needn't to be added again
|
||||||
// But: if the link is beyond the limit, then it has to be added.
|
// But: if the link is beyond the limit, then it has to be added.
|
||||||
if (($link != '') && strstr($msg, $link)) {
|
if (($link != '') && strstr($msg, $link)) {
|
||||||
$pos = strpos($msg, $link);
|
$pos = strpos($msg, $link);
|
||||||
|
|
Loading…
Reference in a new issue