Don't set the url segment, as it capitalises

This commit is contained in:
Andrew O'Neil 2007-11-23 07:50:27 +00:00
parent 5786b6d6a0
commit 4adb7674b9
1 changed files with 0 additions and 1 deletions

View File

@ -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";