Minor - format code

pull/3178/head
Julio Montoya 6 years ago
parent 38ee1d537f
commit 64a0ec0786
  1. 1
      main/auth/lostPassword.php
  2. 2
      main/inc/lib/document.lib.php

@ -14,7 +14,6 @@
*
* @todo refactor, move relevant functions to code libraries
*/
require_once __DIR__.'/../inc/global.inc.php';
// Custom pages

@ -2926,7 +2926,7 @@ class DocumentManager
if (api_get_configuration_value('use_alternative_document_pdf_footer')) {
$view = new Template('', false, false, false, true, false, false);
$template = $view->get_template('export/alt_pdf_footer.tpl');
$pdf->set_custom_footer(['html' => $view->fetch($template),]);
$pdf->set_custom_footer(['html' => $view->fetch($template)]);
}
$pdf->html_to_pdf(

Loading…
Cancel
Save