Update result.php

This commit is contained in:
LordBeaver
2015-02-21 21:36:45 +03:00
parent 0e28538aa5
commit 665668d253

View File

@@ -22,7 +22,7 @@ $title = isset( $return['title'] ) ? $return['title'] : '';
?>
<!-- Error reporting -->
<?php echo $error; ?>
<?php isset( $error ) ? echo $error : ''; ?>
<!-- Default output -->
<h2><?php yourls_e( 'Results', 'isq_translation'); ?></h2>