Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-staab committed Feb 2, 2025
1 parent b4b5d5b commit 4ce30fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legacy/lib/framework/render/MenuRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public function renderProjekte($active): void
case 'open-projects':
if (is_null($hhp_bis)) {
$where = [
['state' => ['!=', 'teminated'], 'createdat' => ['>=', $hhp_von]],
['state' => ['!=', 'terminated'], 'createdat' => ['>=', $hhp_von]],
];
} else {
$where = [
Expand Down

0 comments on commit 4ce30fe

Please sign in to comment.