Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sthivet committed Mar 6, 2024
1 parent d6c53a4 commit 285a931
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions front/config.form.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@
*/

include('../../../inc/includes.php');
Session::checkLoginUser();

if (Plugin::isPluginActive("moreticket")) {

$config = new PluginMoreticketConfig();
Session::checkRight('config', UPDATE);

if (isset($_POST["update"])) {
if (isset($_POST['solution_status'])) {
Expand Down

0 comments on commit 285a931

Please sign in to comment.