// Fix page header title bug

This commit is contained in:
Jerome Nadaud
2013-10-01 15:32:34 +02:00
parent bc8e972dfa
commit a2aa90a4b6

View File

@@ -1114,6 +1114,10 @@ class AdminControllerCore extends Controller
{
if (empty($this->toolbar_title))
$this->initToolbarTitle();
if (!is_array($this->toolbar_title))
$this->toolbar_title = array($this->toolbar_title);
$title = implode(' '.Configuration::get('PS_NAVIGATION_PIPE').' ', $this->toolbar_title);
if (is_array($this->page_header_toolbar_btn)