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

Commit 98791ce

Browse files
committed
typo
1 parent 0267bb6 commit 98791ce

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
@@ -77,7 +77,7 @@ public function homeAction(Request $request)
7777
$attributes['_controller'] = $controller;
7878
$subRequest = $request->duplicate(null, null, $attributes);
7979
list($moduleName, $controllerName, $methodName) = explode(':', $controller);
80-
$request->attributes->set('_zkModule', $moduleName);
80+
$subRequest->attributes->set('_zkModule', $moduleName);
8181

8282
return $this->kernel
8383
->handle($subRequest, HttpKernelInterface::SUB_REQUEST);

0 commit comments

Comments
 (0)