Skip to content

Commit bc3659b

Browse files
fixed empty echo for laravel 4
1 parent ae1687b commit bc3659b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/render_activity.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
@endif
1414
@endif
1515
@else
16-
{{ }}
16+
{{ '' }}
1717
Log::warning('The activity could not be rendered, the following field/refs could not be enriched:', $activity->getNotEnrichedData());
1818
@endif

0 commit comments

Comments
 (0)