Jordi Boggiano 13 lat temu
rodzic
commit
7c0934ea6e

+ 1 - 1
src/Packagist/WebBundle/Resources/views/Web/list.html.twig

@@ -6,7 +6,7 @@
     <div class="box clearfix">
         {% block content_title %}<h1>Packages</h1>{% endblock %}
         {% if packages|length %}
-            {{ macros.listPackages(packages, paginate is defined and paginate) }}
+            {{ macros.listPackages(packages, paginate is not defined or paginate) }}
         {% else %}
             <p>No packages found.</p>
         {% endif %}