mirror of
https://github.com/xPaw/PHP-Source-Query.git
synced 2026-06-08 02:56:00 +02:00
Fix info not displaying when rules are empty
This commit is contained in:
@@ -84,7 +84,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php if( Is_Array( $Rules ) ): ?>
|
<?php if( Is_Array( $Info ) ): ?>
|
||||||
<?php foreach( $Info as $InfoKey => $InfoValue ): ?>
|
<?php foreach( $Info as $InfoKey => $InfoValue ): ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?php echo htmlspecialchars( $InfoKey ); ?></td>
|
<td><?php echo htmlspecialchars( $InfoKey ); ?></td>
|
||||||
|
|||||||
Reference in New Issue
Block a user