Add debug
This commit is contained in:
parent
2d0eba0bde
commit
e6cbf1a006
@ -229,6 +229,7 @@ class EnrichissementController extends Zend_Controller_Action
|
||||
$path = $config->path->data.'/'.$date.'/';
|
||||
$file = $result['fichier'];
|
||||
}
|
||||
Zend_Registry::get('firebug')->info($path.$file);
|
||||
$content_type = 'application/csv-tab-delimited-table';
|
||||
//Envoi du fichier sur la sortie standard
|
||||
if ( file_exists($path.$file) ) {
|
||||
|
Loading…
Reference in New Issue
Block a user