Update to message.php to stop double icon.

This stops the double icon after registration.
This commit is contained in:
MarkyMark_Qld 2018-03-20 13:32:00 +10:00 committed by GitHub
parent 55423a78ae
commit 366fbd6bc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
<?php <?php
\OCP\Util::addStyle('registration', 'style'); \OCP\Util::addStyle('registration', 'style');
if ( \OCP\Util::getVersion()[0] >= 12 )
\OCP\Util::addStyle('core', 'guest')
?> ?>
<ul class="msg error-wide"> <ul class="msg error-wide">
<li><?php print_unescaped($_['msg'])?></li> <li><?php print_unescaped($_['msg'])?></li>