From 80855b28173adcd6c0eaaf4feb0278b6597fcfcd Mon Sep 17 00:00:00 2001 From: RomainLvr Date: Mon, 20 Jul 2026 16:22:35 +0200 Subject: [PATCH 1/2] Fix - Missing include in ajax file --- ajax/dropdownAuthorization.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ajax/dropdownAuthorization.php b/ajax/dropdownAuthorization.php index dbab8eb..bdf5246 100644 --- a/ajax/dropdownAuthorization.php +++ b/ajax/dropdownAuthorization.php @@ -28,6 +28,8 @@ * ------------------------------------------------------------------------- */ +include('../../../inc/includes.php'); + header('Content-Type: text/html; charset=UTF-8'); Html::header_nocache(); From 3b3431522d0836afb1d1cbed2f5ae9a82a97afab Mon Sep 17 00:00:00 2001 From: RomainLvr Date: Mon, 20 Jul 2026 16:23:54 +0200 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ecbdc9..d06c960 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [Unreleased] + +### Fixed + +- Restore missing include in ajax/dropdownAuthorization.php + ## [1.4.5] - 2026-06-24 ### Fixed