1
0
mirror of https://github.com/xPaw/PHP-Source-Query.git synced 2026-05-18 12:53:34 +02:00

Fix variable

This commit is contained in:
Pavel Djundik
2020-12-04 10:14:45 +02:00
parent bbb6c4c23e
commit fbabd440da
+2 -1
View File
@@ -17,6 +17,7 @@
$Info = Array( );
$Rules = Array( );
$Players = Array( );
$Exception = null;
try
{
@@ -87,7 +88,7 @@
</div>
<div class="container">
<?php if( $Exception !== '' ): ?>
<?php if( $Exception !== null ): ?>
<div class="panel panel-error">
<pre class="panel-body"><?php echo htmlspecialchars( $Exception->__toString( ) ); ?></pre>
</div>