Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
61472b9b
Commit
61472b9b
authored
May 18, 2017
by
Carsten Rose
Browse files
Html2Pdf.php: recode setting of $this->logFile.
parent
2b426b39
Changes
2
Show whitespace changes
Inline
Side-by-side
doc/NewVersion.md
View file @
61472b9b
...
...
@@ -31,8 +31,8 @@ Neue Versionsnummer
4) Neuen Tag vergeben:
git tag v0.17.
2
git push -u origin v0.17.
2
git tag v0.17.
4
git push -u origin v0.17.
4
5) Per PhpStorm Sync aller Files auf VM qfq.
...
...
extension/qfq/qfq/report/Html2Pdf.php
View file @
61472b9b
...
...
@@ -218,6 +218,7 @@ class Html2Pdf {
if
(
$this
->
logFile
!=
''
)
{
Logger
::
logMessage
(
"Html2Pdf:
$cmd
"
,
$this
->
logFile
);
}
$rc
=
0
;
$line
=
system
(
$cmd
,
$rc
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment