From: Roland Häder Date: Mon, 30 Jun 2008 00:04:57 +0000 (+0000) Subject: Underline replaced with span tag X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a34580b7e50fad2b188e71a1f11f5619d99b44c1;p=shipsimu.git Underline replaced with span tag --- diff --git a/application/ship-simu/exceptions/class_NoShippingCompanyOwnedException.php b/application/ship-simu/exceptions/class_NoShippingCompanyOwnedException.php index 8611b6e..b1428c8 100644 --- a/application/ship-simu/exceptions/class_NoShippingCompanyOwnedException.php +++ b/application/ship-simu/exceptions/class_NoShippingCompanyOwnedException.php @@ -31,7 +31,7 @@ class NoShippingCompanyOwnedException extends FrameworkException { */ public function __construct (array $msgArray, $code) { // Add a message around the missing class - $message = sprintf("[%s:%d] Current user (class %s) does not own any shipping companies.", + $message = sprintf("[%s:%d] Current user (class %s) does not own any shipping companies.", $msgArray[0]->__toString(), $this->getLine(), $msgArray[1]->__toString()