@@ -22,6 +22,7 @@ func Mandatory(w http.ResponseWriter, r *http.Request) (logged bool) {
var Errors errorHandler.Errors
Errors.ActionForbidden("User must be logged in")
+ response.SetCode(errorHandler.ACTION_FORBIDDEN)
response.JSON(Errors)
}