Allow markup to work for anything other than posts
This commit is contained in:
parent
3b2d7fd22d
commit
83194c4218
@ -890,7 +890,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Cites
|
// Cites
|
||||||
if(preg_match_all('/(^|\s)>>([0-9]+?)(\s|$)/', $body, $cites)) {
|
if(isset($board) && preg_match_all('/(^|\s)>>([0-9]+?)(\s|$)/', $body, $cites)) {
|
||||||
$previousPosition = 0;
|
$previousPosition = 0;
|
||||||
$temp = '';
|
$temp = '';
|
||||||
sql_open();
|
sql_open();
|
||||||
|
Loading…
Reference in New Issue
Block a user