There was an error while loading. Please reload this page.
2 parents 12fe619 + ce2ef92 commit 8319ffaCopy full SHA for 8319ffa
1 file changed
templates/error/error.phtml
@@ -9,7 +9,7 @@
9
<a href="/chat">contact us via chat</a>.
10
</p>
11
12
- <?php if (! empty($error)) : ?>
+ <?php if (isset($error)) : ?>
13
<pre><?= $this->e($error) ?></pre>
14
<?php endif ?>
15
</section>
0 commit comments