Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit 89bc17b

Browse files
committed
Merge branch '1.5' into 2.0
2 parents 6497cf1 + 98791ce commit 89bc17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Zikula/Bundle/CoreBundle/Controller/MainController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function homeAction(Request $request)
6363
$attributes['_controller'] = $controller;
6464
$subRequest = $request->duplicate(null, null, $attributes);
6565
list($moduleName) = explode(':', $controller);
66-
$request->attributes->set('_zkModule', $moduleName);
66+
$subRequest->attributes->set('_zkModule', $moduleName);
6767

6868
return $this->kernel
6969
->handle($subRequest, HttpKernelInterface::SUB_REQUEST);

0 commit comments

Comments
 (0)