|
From: <gem...@li...> - 2012-11-01 09:38:27
|
Revision: 1003
http://gemstracker.svn.sourceforge.net/gemstracker/?rev=1003&view=rev
Author: michieltcs
Date: 2012-11-01 09:38:21 +0000 (Thu, 01 Nov 2012)
Log Message:
-----------
Call translation on right object
Modified Paths:
--------------
trunk/library/classes/Gems/Pdf.php
Modified: trunk/library/classes/Gems/Pdf.php
===================================================================
--- trunk/library/classes/Gems/Pdf.php 2012-11-01 08:55:36 UTC (rev 1002)
+++ trunk/library/classes/Gems/Pdf.php 2012-11-01 09:38:21 UTC (rev 1003)
@@ -333,7 +333,7 @@
@unlink($tempInputFilename);
@unlink($tempOutputFilename);
- throw new Exception(sprintf($this->_('Unable to run PDF conversion (%s): "%s"'), $command, $lastLine));
+ throw new Exception(sprintf($this->translate->_('Unable to run PDF conversion (%s): "%s"'), $command, $lastLine));
}
$pdfContents = file_get_contents($tempOutputFilename);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|