From: Anthony Talarico Date: Tue, 25 Sep 2018 14:08:13 +0000 (-0400) Subject: fixing array to string conversion error in the dashboard widget view file X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=5705220d6771e0763caa18b5fc14f110890d7f6d;p=WP-Plugins%2Fglm-member-db.git fixing array to string conversion error in the dashboard widget view file --- diff --git a/views/admin/newDashboard/components/entityAmount.html b/views/admin/newDashboard/components/entityAmount.html index a44ddcd6..64e608e6 100644 --- a/views/admin/newDashboard/components/entityAmount.html +++ b/views/admin/newDashboard/components/entityAmount.html @@ -1,7 +1,7 @@ -
{if $component.title}{$component.title}:{/if} +
{if $component.title}{$component.title}:{/if} {if $component.url} - -
{$component.count}
+ + {$component.count} {else} {$component.count}