Issue #0001876: using Scores_Google_streetview->urlImg() instead of serveUrl()
This commit is contained in:
parent
c195387ef1
commit
7b8f3bd07b
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user