Skip to content
Snippets Groups Projects
Commit 95b57488 authored by Charl Joseph Mert's avatar Charl Joseph Mert
Browse files

Fixed the balance widget error message issue


Signed-off-by: default avatarCharl Mert <cmert@lbsd.net>
Change-Id: I902d298c3ae8e5360a40a94098a6d3521a4f7369
parent 94318665
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ function widget_cozaepp_balance($vars) {
}
} catch (Exception $e) {
return array('title'=>$title,'content'=>sprintf($template,"ERROR: ".$client->getMessage().','.$e->getMessage()));
return array('title'=>$title,'content'=>sprintf($template,"ERROR: ".$e->getMessage()));
}
return array('title'=>$title,'content'=>sprintf($template,$balancestr));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment