We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13cb57d commit fa57c0cCopy full SHA for fa57c0c
templates/layout/parts/user_header.html.twig
@@ -120,7 +120,7 @@
120
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="{{ __('Close') }}"></button>
121
</div>
122
<div class="modal-body">
123
- {% if not call('\Glpi\Toolbox\VersionParser::isStableRelease', [constant('GLPI_VERSION')]) %}
+ {% if not call('\\Glpi\\Toolbox\\VersionParser::isStableRelease', [constant('GLPI_VERSION')]) %}
124
<div class='alert alert-important alert-warning d-flex'>
125
<strong>⚠️ {{ __("This version is UNSTABLE and some SECURITY FIXES may not be included.") }} ⚠️</strong>
126
0 commit comments