...
This commit is contained in:
parent
fe7e9c5103
commit
0062125f5c
@ -2434,8 +2434,8 @@ function diceRoller($post) {
|
|||||||
function slugify($post) {
|
function slugify($post) {
|
||||||
$slug = "";
|
$slug = "";
|
||||||
|
|
||||||
if (isset($post['thread']) && $post['thread'])
|
if (isset($post['subject']) && $post['subject'])
|
||||||
$slug = $post['thread'];
|
$slug = $post['subject'];
|
||||||
elseif (isset ($post['body_nomarkup']) && $post['body_nomarkup'])
|
elseif (isset ($post['body_nomarkup']) && $post['body_nomarkup'])
|
||||||
$slug = $post['body_nomarkup'];
|
$slug = $post['body_nomarkup'];
|
||||||
elseif (isset ($post['body']) && $post['body'])
|
elseif (isset ($post['body']) && $post['body'])
|
||||||
|
Loading…
Reference in New Issue
Block a user