mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Fix marketplace link when no URL rewriting (#6470)
This commit is contained in:
parent
10aef58f0f
commit
71996bcddc
@ -19,7 +19,7 @@ class MarketplaceLink extends Button
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
$this->link('/marketplace/browse')->loader(false);
|
||||
$this->link(['/marketplace/browse'])->loader(false);
|
||||
|
||||
parent::init();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user