Fix top_nav_tickets_modal path

This commit is contained in:
wrongecho 2025-01-14 15:39:33 +00:00
parent 54dde984ac
commit 6c234968cb
1 changed files with 1 additions and 1 deletions

View File

@ -174,6 +174,6 @@
</nav>
<?php if ($config_module_enable_ticketing == 1) {
include_once "top_nav_tickets_modal.php";
include_once __DIR__ . "/../modals/top_nav_tickets_modal.php";
} ?>
<!-- /.navbar -->