Skip to content

Commit ab2a518

Browse files
author
Daria Prusova
committed
[hmvc] fix dispatcher
1 parent 2d7f660 commit ab2a518

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/hmvc/dispatcher/Dispatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ protected function processWidgetError(Exception $e, IDispatchContext $context)
284284
$errorWidget->setContext($context);
285285

286286
try {
287-
return (string) $this->invokeWidget($errorWidget);
287+
return $this->invokeWidget($errorWidget);
288288
} catch (Exception $e) { }
289289
}
290290

0 commit comments

Comments
 (0)