Fix code style (remove backticks).
This commit is contained in:
@@ -235,7 +235,7 @@ class OutputDocument
|
||||
if ($row == "print" || $row == "modify" || $row == "copy" || $row == "forms" || $row == "") {
|
||||
$aData['out_doc_pdf_security_permissions'] = $aData['out_doc_pdf_security_permissions'];
|
||||
} else {
|
||||
throw (new \Exception( 'Invalid value specified for `out_doc_pdf_security_permissions`'));
|
||||
throw (new \Exception( 'Invalid value specified for out_doc_pdf_security_permissions'));
|
||||
}
|
||||
}
|
||||
try {
|
||||
@@ -248,7 +248,7 @@ class OutputDocument
|
||||
throw (new \Exception(str_replace(array("{0}", "{1}"), array($sProcessUID, "PROCESS"), "The UID \"{0}\" doesn't exist in table {1}")));
|
||||
}
|
||||
if ($aData["OUT_DOC_TITLE"]=="") {
|
||||
throw (new \Exception( 'Invalid value specified for `out_doc_title`, can`t be null'));
|
||||
throw (new \Exception( 'Invalid value specified for out_doc_title, can not be null'));
|
||||
}
|
||||
if (isset($aData["OUT_DOC_TITLE"]) && $this->existsTitle($sProcessUID, $aData["OUT_DOC_TITLE"])) {
|
||||
throw (new \Exception(\G::LoadTranslation("ID_OUTPUT_NOT_SAVE")));
|
||||
@@ -296,7 +296,7 @@ class OutputDocument
|
||||
if ($row == "print" || $row == "modify" || $row == "copy" || $row == "forms" || $row == "") {
|
||||
$aData['out_doc_pdf_security_permissions'] = $aData['out_doc_pdf_security_permissions'];
|
||||
} else {
|
||||
throw (new \Exception( 'Invalid value specified for `out_doc_pdf_security_permissions`'));
|
||||
throw (new \Exception( 'Invalid value specified for out_doc_pdf_security_permissions'));
|
||||
}
|
||||
}
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user