This commit is contained in:
czaks 2015-03-10 13:09:53 +01:00
parent fe7e9c5103
commit 0062125f5c

View File

@ -2434,8 +2434,8 @@ function diceRoller($post) {
function slugify($post) {
$slug = "";
if (isset($post['thread']) && $post['thread'])
$slug = $post['thread'];
if (isset($post['subject']) && $post['subject'])
$slug = $post['subject'];
elseif (isset ($post['body_nomarkup']) && $post['body_nomarkup'])
$slug = $post['body_nomarkup'];
elseif (isset ($post['body']) && $post['body'])