aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/climb.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Views/climb.php')
-rw-r--r--h-source/Application/Views/climb.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/climb.php b/h-source/Application/Views/climb.php
index ff898dc..ffcae52 100644
--- a/h-source/Application/Views/climb.php
+++ b/h-source/Application/Views/climb.php
@@ -26,7 +26,7 @@
<div class="climb_form_ext_box">
- <?php if (strcmp($isDeleted,'no') === 0 ) { ?>
+ <?php if (!$isDeleted) { ?>
<form action="<?php echo $this->currPage."/$lang/$id_rev/$token".$this->viewStatus;?>" method="POST">
I want to make this revision the current revision: <input type="submit" name="confirmAction" value="confirm">
</form>