projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3aacfe1
)
[NFC] typo fixes
author
yashodha
<yashodha@cividesk.com>
Tue, 23 May 2023 13:55:24 +0000
(19:25 +0530)
committer
yashodha
<yashodha@cividesk.com>
Tue, 23 May 2023 13:55:24 +0000
(19:25 +0530)
CRM/Admin/Form/Setting/Miscellaneous.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Admin/Form/Setting/Miscellaneous.php
b/CRM/Admin/Form/Setting/Miscellaneous.php
index 51ddc220e670e467ce0d30d2ee16540e7e13618e..cf0753506856307d297522604fd1a450cbd5f943 100644
(file)
--- a/
CRM/Admin/Form/Setting/Miscellaneous.php
+++ b/
CRM/Admin/Form/Setting/Miscellaneous.php
@@
-115,7
+115,7
@@
class CRM_Admin_Form_Setting_Miscellaneous extends CRM_Admin_Form_Setting {
}
if (!empty($fields['wkhtmltopdfPath'])) {
- // check and ensure that thi leads to the wkhtmltopdf binary
+ // check and ensure that thi
s path
leads to the wkhtmltopdf binary
// and it is a valid executable binary
// Only check the first space separated piece to allow for a value
// such as /usr/bin/xvfb-run -- wkhtmltopdf (CRM-13292)