Fix typo changing completion to 99%

This commit is contained in:
Nathan Gray 2010-11-23 21:50:36 +00:00
parent 05df47216f
commit 88a72b12fe

View File

@ -919,7 +919,7 @@ class infolog_ui
if($settings != 'done' && $entry['info_status'] == 'done' && $entry['info_percent'] == 100) 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 // 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; $entry['info_status'] = $settings;
if($this->bo->write($entry)) { if($this->bo->write($entry)) {