Fix checks for empty check source attribute

refs ##5814
This commit is contained in:
Michael Friedrich 2014-05-20 23:46:33 +02:00
parent ef2ac077c8
commit d155c7a3fc
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<?php if (! isset($object->check_source) || ! $object->check_source) return ?>
<?php if (! $object->check_source) return ?>
<tr>
<th><?= $this->translate('Check Source') ?></th>
<td>