summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/util.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php
index 2fa8e9f95..df2a7218b 100644
--- a/lib/util.php
+++ b/lib/util.php
@@ -319,8 +319,7 @@ function common_input($id, $label, $value=NULL,$instructions=NULL) {
common_element_end('p');
}
-function common_checkbox($id, $label, $value='true',
- $instructions=NULL)
+function common_checkbox($id, $label, $instructions=NULL, $value='true')
{
common_element_start('p');
$attrs = array('name' => $id,