Avoid E_NOTICE when Home URL does not contain a query string
authorDavi Alexandre <davi@davialexandre.com.br>
Mon, 29 Oct 2018 18:46:27 +0000 (15:46 -0300)
committerDavi Alexandre <davi@davialexandre.com.br>
Mon, 29 Oct 2018 19:01:23 +0000 (16:01 -0300)
commiteaab6872a3c8f7dea31eb24a1502cd00bdc46ab7
treeb17f6eaf498e676ec7edec7757b912be2173f60a
parent2e42cb189eb3183165b5ea0dee1e61f950f61a9c
Avoid E_NOTICE when Home URL does not contain a query string

The list assignment will result in an E_NOTICE when the Home URL does
not contain a query string, because the array returned by the explode()
call will contain only one item.
CRM/Core/BAO/Navigation.php