refactor rewrriten method name

This commit is contained in:
Manuel Raynaud
2013-09-17 19:11:44 +02:00
parent 232ad70494
commit 60d09dc76e
6 changed files with 76 additions and 20 deletions

View File

@@ -17,7 +17,7 @@ class Content extends BaseContent
/**
* {@inheritDoc}
*/
protected function getRewritenUrlViewName() {
protected function getRewrittenUrlViewName() {
return 'content';
}
@@ -37,7 +37,7 @@ class Content extends BaseContent
{
$this->setPosition($this->getNextPosition());
$this->generateRewritenUrl($this->getLocale());
$this->generateRewrittenUrl($this->getLocale());
return true;
}