Skip to content

Commit 83177ba

Browse files
committed
Changed comparison to builtin negation.
1 parent 8362494 commit 83177ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

trunk/app/view/meta_box.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<input type="hidden" name="<?php echo $this->meta_name; ?>" value="0">
22
<input type="checkbox" name="<?php echo $this->meta_name; ?>" value="1"
3-
id="<?php echo $this->meta_name; ?>" <?php if ($this->meta_value == 1 || $this->is_published == false) {
3+
id="<?php echo $this->meta_name; ?>" <?php if ($this->meta_value == 1 || !$this->is_published) {
44
echo 'checked';
55
} ?>>
66
<label for="<?php echo $this->meta_name; ?>">Enable Factlink for this item</label>

0 commit comments

Comments
 (0)