diff --git a/php/controller/index-controller.php b/php/controller/index-controller.php index 39ad01b..e782797 100644 --- a/php/controller/index-controller.php +++ b/php/controller/index-controller.php @@ -20,6 +20,8 @@ if ($pfad === "login") { include_once "php/controller/confirm-register-controller.php"; } elseif ($pfad === "confirm-password") { include_once "php/controller/confirm-password-controller.php"; +} elseif ($pfad === "updateComment") { + include_once "php/controller/updateComment-controller.php"; } elseif($pfad === "deleteComment") { include_once "php/controller/deleteComment-controller.php"; }