Fix Language var

1.10.x
José Loguercio 10 years ago
parent 881ed0eb1a
commit 457ad514e1
  1. 2
      main/wiki/wiki.inc.php

@ -2016,7 +2016,7 @@ class Wiki
if (api_get_setting('students_export2pdf') !== 'true') {
self::setMessage(
Display::display_error_message(
get_lang('StudentsDownloadPDFDoesntAllowed'),
get_lang('PDFDownloadNotAllowedForStudents'),
false,
true
)

Loading…
Cancel
Save