Skip to content

Commit

Permalink
Default to null instead of "". Fixes #3064 for release/2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdenotter committed Mar 9, 2015
1 parent 0ec909c commit b54eec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/view/twig/editcontent/_aside.twig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</div>
</div>

{{ panels.changes(context.contenttype.slug, context.content.id) }}
{{ panels.changes(context.contenttype.slug, context.content.id|default(null)) }}

{{ panels.lastmodified(context.contenttype.slug, context.content.id) }}

Expand Down

0 comments on commit b54eec0

Please sign in to comment.