From a34580b7e50fad2b188e71a1f11f5619d99b44c1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 30 Jun 2008 00:04:57 +0000 Subject: [PATCH] Underline replaced with span tag --- .../exceptions/class_NoShippingCompanyOwnedException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.39.5