mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
This commit is contained in:
@@ -80,7 +80,7 @@ class EMail implements iEMail
|
|||||||
* @return void
|
* @return void
|
||||||
* @throws \ConfigException
|
* @throws \ConfigException
|
||||||
* @throws \CoreException
|
* @throws \CoreException
|
||||||
* @since 2.7.>8 3.0.3 3.1.0 N°4947 Method creation, to factorize same code in children classes
|
* @since 2.7.8 3.0.3 3.1.0 N°4947 Method creation, to factorize same code in children classes
|
||||||
*/
|
*/
|
||||||
protected function InitRecipientFrom()
|
protected function InitRecipientFrom()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -120,7 +120,7 @@ class ItopDataTestCase extends ItopTestCase
|
|||||||
$oObject->DBDelete();
|
$oObject->DBDelete();
|
||||||
}
|
}
|
||||||
catch (Exception $e) {
|
catch (Exception $e) {
|
||||||
$this->debug("Error when removing created objects : $sClass::$iKey. Exception message: ".$e->getMessage());
|
$this->debug("Error when removing created objects: $sClass::$iKey. Exception message: ".$e->getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user