Fix changelog link

This commit is contained in:
slawkens 2023-11-11 08:33:44 +01:00
parent 60c7ef2391
commit 4461c03d48

View File

@ -28,7 +28,6 @@ const CL_LIMIT = 600; // maximum changelog body length
$id = $_GET['id'] ?? 0; $id = $_GET['id'] ?? 0;
require_once LIBS . 'changelog.php'; require_once LIBS . 'changelog.php';
$action = $_POST['action'] ?? '';
if(!empty($action)) if(!empty($action))
{ {
$id = $_POST['id'] ?? null; $id = $_POST['id'] ?? null;