Commit 95c37603 authored by SpinShare's avatar SpinShare

fixed application level exceptions on a song controller basis

parent 5bbf5cca
......@@ -106,7 +106,7 @@
</div>
</div>
{% endif %}
{% if song.updateDate|date("Y") > 2000 && song.updateDate != "" && song.updateDate != null %}
{% if song.updateDate|date("Y") > 2000 and song.updateDate != "" and song.updateDate != null %}
<div class="stat">
<div class="icon">
<i class="mdi mdi-pencil"></i>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment