Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
evansgl committed Jan 3, 2024
1 parent a925393 commit 3fff4f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion mydata/core/modules/facture/doc/pdf_sponge.modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,7 @@ public function write_file($object, $outputlangs, $srctemplatepath = '', $hidede
$aade_invoiceUid = $object->array_options['options_mydata_reply_invoiceUid'] . " MARK " . $mark_result;
$doc = new DOMDocument();

if (!empty(url) {
if (!empty($url)) {
$doc->loadHTML($url);
$aTags = $doc->getElementsByTagName('a');
$qrcodestring = $aTags->item(0)->getAttribute('href');
Expand Down
1 change: 0 additions & 1 deletion mydata/mydatalist/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ function html($string) {
return htmlspecialchars($string, REPLACE_FLAGS, CHARSET);
}


/*
function write_log($log_msg)
{
Expand Down

0 comments on commit 3fff4f2

Please sign in to comment.