Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Commit

Permalink
Set default Flow package key for UriBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Dec 23, 2016
1 parent 874482e commit a94af03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/custom/src/MW/View/Helper/Url/Flow.php
Expand Up @@ -77,7 +77,7 @@ public function transform( $target = null, $controller = null, $action = null, a
protected function getValues( array $config )
{
$values = array(
'package' => null,
'package' => 'Aimeos.Shop',
'subpackage' => null,
'absoluteUri' => false,
'format' => 'html',
Expand Down

0 comments on commit a94af03

Please sign in to comment.