Skip to content

Commit

Permalink
Fixed issue #7035: Error on queXML export
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Dec 6, 2012
1 parent 3e2371b commit 3ab872d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/libraries/admin/quexmlpdf.php
Expand Up @@ -648,7 +648,7 @@ class quexmlpdf extends pdf {
function __construct(CController $controller)
{
parent::__construct();
$this->style = $controller->render('/admin/export/sa/quexmlpdf_view','',true);
$this->style = $controller->render('/admin/export/quexmlpdf_view','',true);
}

/**
Expand Down

0 comments on commit 3ab872d

Please sign in to comment.