ObjectController: remove obsolete sprintf
This commit is contained in:
parent
e40c6d1f5e
commit
7ef09b99dc
|
@ -178,7 +178,7 @@ abstract class ObjectController extends ActionController
|
|||
$this->view->form->handleRequest();
|
||||
|
||||
$this->view->actionLinks = $this->view->qlink(
|
||||
sprintf($this->translate('back'), $this->translate(ucfirst($ltype))),
|
||||
$this->translate('back'),
|
||||
'director/' . $ltype,
|
||||
array('name' => $this->object->object_name),
|
||||
array('class' => 'icon-left-big')
|
||||
|
|
Loading…
Reference in New Issue