mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
append ending slash to base location
This commit is contained in:
parent
81975dd42a
commit
1a1924e166
1 changed files with 13 additions and 10 deletions
|
|
@ -23,7 +23,8 @@ class Base extends \Yggverse\Yoda\Abstract\Entity\Browser\Container\Page\Navbar\
|
||||||
if ($address->getHost())
|
if ($address->getHost())
|
||||||
{
|
{
|
||||||
$this->navbar->request->setValue(
|
$this->navbar->request->setValue(
|
||||||
$address->get( // build base
|
rtrim(
|
||||||
|
$address->get(
|
||||||
true,
|
true,
|
||||||
true,
|
true,
|
||||||
true,
|
true,
|
||||||
|
|
@ -32,7 +33,9 @@ class Base extends \Yggverse\Yoda\Abstract\Entity\Browser\Container\Page\Navbar\
|
||||||
false,
|
false,
|
||||||
false,
|
false,
|
||||||
false
|
false
|
||||||
)
|
),
|
||||||
|
'/'
|
||||||
|
) . '/'
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->navbar->page->update();
|
$this->navbar->page->update();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue