summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'update.php')
-rw-r--r--update.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/update.php b/update.php
index a6b32e7dc..7390b273a 100644
--- a/update.php
+++ b/update.php
@@ -690,11 +690,11 @@ if (($access_check == FALSE) || ($user->uid == 1)) {
break;
case 'finished':
- $output = update_finished_page(true);
+ $output = update_finished_page(TRUE);
break;
case 'error':
- $output = update_finished_page(false);
+ $output = update_finished_page(FALSE);
break;
case 'do_update':