mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 09:05:58 +00:00
Don't set the url segment, as it capitalises
This commit is contained in:
parent
5786b6d6a0
commit
4adb7674b9
@ -264,7 +264,6 @@ class BlogEntry_Form extends Form {
|
||||
$blogentry->setDate($data['Date']);
|
||||
}else{
|
||||
$blogentry->setDate(date("Y-m-d H:i:s",time()));
|
||||
$blogentry->URLSegment = $data['Title'];
|
||||
}
|
||||
|
||||
$blogentry->Status = "Published";
|
||||
|
Loading…
x
Reference in New Issue
Block a user