mirror of https://github.com/itflow-org/itflow
Fix top_nav_tickets_modal path
This commit is contained in:
parent
54dde984ac
commit
6c234968cb
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue