Issue #0001876: using Scores_Google_streetview->urlImg() instead of serveUrl()

This commit is contained in:
Aram HARUTYUNYAN 2014-02-28 08:30:49 +00:00
parent c195387ef1
commit 7b8f3bd07b

View File

@ -1267,7 +1267,7 @@ class IdentiteController extends Zend_Controller_Action
if ( $mode == 'address' && $adresse !== null ) {
$streetview = new Scores_Google_Streetview($siret);
$streetview->setLocationTxt($adresse);
$url = $streetview->serveUrl();
$url = $streetview->urlImg();
$this->view->assign('url', $url);
}