correccion lista padre

parent 3a00c532
......@@ -260,6 +260,7 @@ class ListadoController extends AbstractController {
$log = Utiles::setLog('App\BackendBundle\Controller::ListadoController::editar', 'app/listas');
$log->debug("Iniciando edicion de lista...");
$json = new JsonResponse();
$listaPadre = null;
$MAX_FILE_SIZE = 65535;
$idLista = $request->get('lisId');
$nombre = $request->get('lisNombre');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment