Skip to content

Commit

Permalink
fixed broken echo
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrgay committed Apr 4, 2016
1 parent b4afaf3 commit 1d49cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inbox/send_message.php
Expand Up @@ -177,7 +177,7 @@

?>
<form method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>" name="form">
<input type="hidden" name="replied" value="<?php intval(echo $_GET['reply']); ?>" />
<input type="hidden" name="replied" value="<?php echo intval($_GET['reply']); ?>" />

<div class="input-form">
<div class="row">
Expand Down

0 comments on commit 1d49cca

Please sign in to comment.