Bee-Framework icon indicating copy to clipboard operation
Bee-Framework copied to clipboard

Aqui esta equivocada la variabley no funciona la funcin deberia ser $get_data

Open YOESCO opened this issue 3 years ago • 0 comments

https://github.com/Moxtrip69/Bee-Framework/blob/fceab9936b056d2de22298b0d6570946d8751705/app/functions/bee_core_functions.php#L963

Hay un error en la funcion que hace que no funcione a la hora de verificar el token ya que la variable debe ser $get_data en lugar de: $posted_data

if(empty($required_params) || empty($posted_data))

YOESCO avatar Jun 28 '22 21:06 YOESCO