mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
Fixed issue with enterprise feature in community
This commit is contained in:
parent
4924e0d6bc
commit
73c7fea94e
@ -152,8 +152,11 @@ class AuditLog extends HTML
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Only in case of Metaconsole, format the frame.
|
if (is_metaconsole() === true) {
|
||||||
open_meta_frame();
|
// Only in case of Metaconsole, format the frame.
|
||||||
|
open_meta_frame();
|
||||||
|
}
|
||||||
|
|
||||||
// Load datatables user interface.
|
// Load datatables user interface.
|
||||||
ui_print_datatable(
|
ui_print_datatable(
|
||||||
[
|
[
|
||||||
@ -222,8 +225,11 @@ class AuditLog extends HTML
|
|||||||
echo $e->getMessage();
|
echo $e->getMessage();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Close the frame.
|
if (is_metaconsole() === true) {
|
||||||
close_meta_frame();
|
// Close the frame.
|
||||||
|
close_meta_frame();
|
||||||
|
}
|
||||||
|
|
||||||
// Load own javascript file.
|
// Load own javascript file.
|
||||||
echo $this->loadJS();
|
echo $this->loadJS();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user