mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +01:00
Fix typo changing completion to 99%
This commit is contained in:
parent
05df47216f
commit
88a72b12fe
@ -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)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user