Fix a warning due to missing first parameter when testData::OutputEditor() is called from adminTestResults.php.

At this point we never expect to have a $sDistribution so we can just default the parameter to a null string
This commit is contained in:
Chris Morgan
2006-06-24 05:02:56 +00:00
committed by WineHQ
parent fb0f3b5dd3
commit 63d90984a1

View File

@@ -446,7 +446,7 @@ class testData{
} }
// show the fields for editing // show the fields for editing
function OutputEditor($sDistribution, $bNewDist=false) function OutputEditor($sDistribution="", $bNewDist=false)
{ {
HtmlAreaLoaderScript(array("Test1", "Test2", "Test3")); HtmlAreaLoaderScript(array("Test1", "Test2", "Test3"));