Indicia-Team / warehouse

GNU General Public License v3.0
5 stars 3 forks source link

Taxon Designations tab sytax error #497

Closed jendrage closed 10 months ago

jendrage commented 1 year ago

Uncaught ParseError: syntax error, unexpected single-quoted string ";", expecting "," or ";" in file modules/taxon_designations/models/taxa_taxon_designation.php on line 43:

public $lookup_against = gv_taxa_taxon_designations';

should be:

public $lookup_against = 'gv_taxa_taxon_designations';

johnvanbreda commented 1 year ago

Code fix now in the develop branch - thanks @jendrage