1
0
mirror of https://github.com/xPaw/PHP-Source-Query.git synced 2026-05-18 11:43:33 +02:00

Fix info not displaying when rules are empty

This commit is contained in:
Pavel
2013-11-05 00:57:07 +02:00
parent 1253080377
commit cdce907bba
+1 -1
View File
@@ -84,7 +84,7 @@
</tr>
</thead>
<tbody>
<?php if( Is_Array( $Rules ) ): ?>
<?php if( Is_Array( $Info ) ): ?>
<?php foreach( $Info as $InfoKey => $InfoValue ): ?>
<tr>
<td><?php echo htmlspecialchars( $InfoKey ); ?></td>