diff --git a/src/Kdyby/Google/Dialog/AbstractDialog.php b/src/Kdyby/Google/Dialog/AbstractDialog.php index ae83264..c645dc5 100644 --- a/src/Kdyby/Google/Dialog/AbstractDialog.php +++ b/src/Kdyby/Google/Dialog/AbstractDialog.php @@ -62,7 +62,7 @@ abstract class AbstractDialog extends PresenterComponent public function __construct(Google $google) { $this->google = $google; - $this->config = $google->config; + $this->config = $google->getConfig(); $this->session = $google->getSession(); parent::__construct();