Explorar o código

Fixed warning (strict standards) on previous fix

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1584 a333f486-631f-4898-b8df-5754b55c2be0
romainq %!s(int64=13) %!d(string=hai) anos
pai
achega
4b6e950644
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      core/attributedef.class.inc.php

+ 3 - 3
core/attributedef.class.inc.php

@@ -2729,19 +2729,19 @@ class AttributeExternalField extends AttributeDefinition
 		} 
 	}
 
-	public function GetLabel()
+	public function GetLabel($sDefault = '')
 	{
 		$oRemoteAtt = $this->GetExtAttDef();
 		$sDefault = $oRemoteAtt->GetLabel();
 		return parent::GetLabel($sDefault);
 	}
-	public function GetDescription()
+	public function GetDescription($sDefault = '')
 	{
 		$oRemoteAtt = $this->GetExtAttDef();
 		$sDefault = $oRemoteAtt->GetDescription();
 		return parent::GetDescription($sDefault);
 	} 
-	public function GetHelpOnEdition()
+	public function GetHelpOnEdition($sDefault = '')
 	{
 		$oRemoteAtt = $this->GetExtAttDef();
 		$sDefault = $oRemoteAtt->GetHelpOnEdition();