This commit is contained in:
Michael RICOIS 2013-02-11 10:48:40 +00:00
parent 42c83f8613
commit 4c9a277a69

View File

@ -6,7 +6,7 @@ class wkhtmltopdf
public function __construct()
{
$c = Zend_Registry::get('config');
$this->wkthml = $c->profil->wkhtmltopdf->path;
$this->wkhtml = $c->profil->wkhtmltopdf->path;
}
/**