]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - install.php
Merge branch '0.8.x' into 0.9.x
[quix0rs-gnu-social.git] / install.php
index 1fa6e09c3132f843cf4e4b4ae5cd305a45843101..1826a8494bc18b9f575efb54ab3647f5d8f890eb 100644 (file)
@@ -163,7 +163,7 @@ E_O_T;
 function updateStatus($status, $error=false)
 {
 ?>
-                <li <?php echo ($error) ? 'class="error"': ''; ?>><?print $status;?></li>
+                <li <?php echo ($error) ? 'class="error"': ''; ?>><?php echo $status;?></li>
 
 <?php
 }