git-svn-id: http://www.winterrodeln.org/svn/servermediawiki/mediawiki_extensions/wrreport/trunk@1882
7aebc617-e5e2-0310-91dc-
80fb5f6d2477
if ($attributes['in_arbeit'] === 'nein') $under_construction = false;
elseif ($attributes['in_arbeit'] === 'ja') $under_construction = true;
elseif ($attributes['in_arbeit'] === '*') $under_construction = null;
- else throw new WrReportException(wfMessage('wrreport-rodelbahntabelle-invalid-attribute-value', $tagname, 'in_arbeit', $under_construction)->text());
+ else throw new WrReportException(wfMessage('wrreport-rodelbahntabelle-invalid-attribute-value', $tagname, 'in_arbeit', $attributes['in_arbeit'])->text());
unset($attributes['in_arbeit']);
}