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

Commit 128f91a

Browse files
committed
cs
1 parent 2a3b40a commit 128f91a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
$request = Request::createFromGlobals();
1717

18-
try{
18+
try {
1919
$core->init(Zikula_Core::STAGE_ALL, $request);
2020
} catch (Doctrine\DBAL\Exception\DriverException $ex) {
2121
die('Database error: ' . $ex->getMessage());

0 commit comments

Comments
 (0)