Page 1 of 1

Typo in ajax-update-calculated-fields.php

Posted: 2021-04-28 15:01
by hernan
Hi,

I just found a typo in the ajax-update-calculated-field.php

instead of "continue" it says "cotinue"

Code: Select all

if(is_array($id)) {
		foreach ($id as $singleId) {
			if(!strlen($singleId)) cotinue; 
			$caluclations_made[] = update_calc_fields($table, $singleId, $calc[$table]);
			update_parents($table, $singleId, $calc, $caluclations_made);
		}
	} else {
Bye!

Re: Typo in ajax-update-calculated-fields.php

Posted: 2021-05-17 14:00
by a.gneady
I'm so sorry for the long delay. This has been fixed in the upcoming maintenance release (5.96).