From 88a72b12fe6e7d8c75db7e1cd211aa85b3e1af5f Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Tue, 23 Nov 2010 21:50:36 +0000 Subject: [PATCH] Fix typo changing completion to 99% --- infolog/inc/class.infolog_ui.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infolog/inc/class.infolog_ui.inc.php b/infolog/inc/class.infolog_ui.inc.php index 00d3231815..1672ba3233 100644 --- a/infolog/inc/class.infolog_ui.inc.php +++ b/infolog/inc/class.infolog_ui.inc.php @@ -919,7 +919,7 @@ class infolog_ui if($settings != 'done' && $entry['info_status'] == 'done' && $entry['info_percent'] == 100) { // Done entries will get changed right back if we don't change the completion too - $entry['info_percent'] == 99; + $entry['info_percent'] = 99; } $entry['info_status'] = $settings; if($this->bo->write($entry)) {