Fix php debug message
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
<?php if ($_GET['status'] !== 'Closed') { ?>
|
<?php if (isset($_GET['status']) && $_GET['status'] !== 'Closed') { ?>
|
||||||
<div class="form-check">
|
<div class="form-check">
|
||||||
<input class="form-check-input" id="selectAllCheckbox" type="checkbox" onclick="checkAll(this)" onkeydown="checkAll(this)">
|
<input class="form-check-input" id="selectAllCheckbox" type="checkbox" onclick="checkAll(this)" onkeydown="checkAll(this)">
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user