MINOR Misc deprecation fixes

This commit is contained in:
Ingo Schommer 2008-10-16 08:45:38 +00:00
parent 7798cd0afb
commit 4f7c9b34d2
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ class BlogEntry_Form extends Form {
$blogentry->writeToStage("Stage");
$blogentry->publish("Stage", "Live");
Director::redirect(Director::currentURLSegment());
Director::redirect($this->controller->Link());
}
}