Remove get_registry method

This commit is contained in:
Romain Neutron
2012-09-28 14:19:48 +02:00
parent 65589f3b21
commit 58af2b4c9c
52 changed files with 109 additions and 146 deletions

View File

@@ -35,9 +35,8 @@ class set_exportftp extends set_export
*/
public function export_ftp($usr_to, $host, $login, $password, $ssl, $retry, $passif, $destfolder, $makedirectory, $logfile)
{
$appbox = $this->app['phraseanet.appbox'];
$user_f = $this->app['phraseanet.user'];
$conn = $appbox->get_connection();
$conn = $this->app['phraseanet.appbox']->get_connection();
$email_dest = '';
if ($usr_to) {