typo
This commit is contained in:
parent
e78f1507a8
commit
99990aa53b
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class widgetsNoodles
|
|||
|
||||
$ok = preg_match('@\#c([0-9]+)$@', urldecode($content), $m);
|
||||
if (!$ok || !$m[1]) {
|
||||
return '' null;
|
||||
return '';
|
||||
}
|
||||
$rs = $core->blog->getComments(['no_content' => 1, 'comment_id' => $m[1], 'limit' => 1]);
|
||||
if (!$rs->isEmpty()) {
|
||||
|
|
Loading…
Reference in a new issue