Skip to content

Commit 4ca8dee

Browse files
committed
optional argument
1 parent 7218cfa commit 4ca8dee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/functions/tlPlatform.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ public function getLinkedToTestplan($testplanID, $options = null)
414414
* @return array Returns all platforms associated to a given testplan
415415
* on the form $platform_id => $platform_name
416416
*/
417-
public function getLinkedToTestplanAsMap($testplanID,$opt)
417+
public function getLinkedToTestplanAsMap($testplanID,$opt=null)
418418
{
419419

420420
$options = array('orderBy' => ' ORDER BY name ',

0 commit comments

Comments
 (0)