Skip to content
Snippets Groups Projects
Commit 2f358618 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fix typo and remove variable settings at all since it will not be used in the partial, fixes #1673

Closes #1673

Merge request studip/studip!1077
parent 5d11968b
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
</noscript> </noscript>
<? endif ?> <? endif ?>
<? foreach ($messages as $message) : ?> <? foreach ($messages as $message) : ?>
<?= $this->render_partial("messages/_message_row.php", compact("message", "received". "settings")) ?> <?= $this->render_partial("messages/_message_row.php", compact("message", "received")) ?>
<? endforeach ?> <? endforeach ?>
<? if ($more || (Request::int("offset") > 0)) : ?> <? if ($more || (Request::int("offset") > 0)) : ?>
<noscript> <noscript>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment