Browse Source

Undo print title default.

jmontoyaa 8 years ago
parent
commit
5a53873a32
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/inc/lib/document.lib.php

+ 1 - 1
main/inc/lib/document.lib.php

@@ -2856,7 +2856,7 @@ class DocumentManager
             $file_path,
             $document_data['title'],
             $courseCode,
-            true,
+            false,
             $showHeaderAndFooter
         );
     }