Skip to content
This repository was archived by the owner on Oct 30, 2021. It is now read-only.

Commit 1e293b7

Browse files
committed
Merge pull request #18 from wilsonge/patch-1
Allow javascript messages to be rendered
2 parents d06ed7e + 9560056 commit 1e293b7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

index.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,7 @@
315315
</div>
316316
<?php endif ?>
317317

318-
<?php if (!empty($messageQueue)) : ?>
319-
<jdoc:include type="message" />
320-
<?php endif ?>
318+
<jdoc:include type="message" />
321319

322320
<jdoc:include type="component" />
323321

0 commit comments

Comments
 (0)