mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Retain support for PHP < 7.3, fixes #4405
This commit is contained in:
parent
a1b1018083
commit
ae7da9f957
@ -1,4 +1,4 @@
|
||||
<?php if (is_countable($formModel->referer) && count($formModel->referer) > 0): ?>
|
||||
<?php if ($formModel->referer && count($formModel->referer) > 0): ?>
|
||||
<div class="form-control control-simplelist with-icons">
|
||||
<ul>
|
||||
<?php foreach ((array) $formModel->referer as $referer): ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user