mirror of
https://github.com/itflow-org/itflow
synced 2026-03-26 07:15:37 +00:00
Fix top_nav_tickets_modal path
This commit is contained in:
@@ -174,6 +174,6 @@
|
|||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<?php if ($config_module_enable_ticketing == 1) {
|
<?php if ($config_module_enable_ticketing == 1) {
|
||||||
include_once "top_nav_tickets_modal.php";
|
include_once __DIR__ . "/../modals/top_nav_tickets_modal.php";
|
||||||
} ?>
|
} ?>
|
||||||
<!-- /.navbar -->
|
<!-- /.navbar -->
|
||||||
|
|||||||
Reference in New Issue
Block a user