Actualizacion escalado de imagen y crop

parent e2bbe326
......@@ -325,7 +325,7 @@ class DefaultController extends Controller {
protected function scaleAndCrop($filename){
$log = Utiles::setLog('NutraPharmBundle\Controller\DefaultController:scaleAndCrop', 'nutrapharm/index');
$rutaFotos = $this->getParameter('ruta_base_servidor_fotos');
$rutaFotos = Utiles::getParametroConfiguracion('ruta_base_servidor_fotos');
$arrayDimension = $this->dimensionImage($filename);
$arrayOuput = array();
$arrayOuputCrop = array();
......
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