Skip to content

Commit

Permalink
Merge pull request #700 from jayaich/install_fix_for_#699
Browse files Browse the repository at this point in the history
Fix for issue #699
  • Loading branch information
torinfo committed Oct 13, 2017
2 parents 51e6c33 + b5cca62 commit 8a7f8a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/page2.php
Expand Up @@ -81,7 +81,7 @@ function _setup_debug($string) {
{
$query = $temp[$x++];

if ( $query !="" )
if ( strlen($query) > 1 )
{
$ok = $xot_setup->database->runQuery( $query );

Expand Down Expand Up @@ -150,4 +150,4 @@ function _setup_debug($string) {

<?php endif; ?>

<?php require_once('page_footer.php'); ?>
<?php require_once('page_footer.php'); ?>

0 comments on commit 8a7f8a9

Please sign in to comment.