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:
b8fdc7b
)
CRM-20774 Add in additional words on contacting system administrator for assistance
author
Seamus Lee
<seamuslee001@gmail.com>
Wed, 28 Jun 2017 06:57:35 +0000
(16:57 +1000)
committer
Seamus Lee
<seamuslee001@gmail.com>
Wed, 28 Jun 2017 07:02:13 +0000
(17:02 +1000)
CRM/Utils/Check/Component/Schema.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/Check/Component/Schema.php
b/CRM/Utils/Check/Component/Schema.php
index d281c26a405cade5fe687d9c0575b5fc6abf01f8..72cfd636a63a26a71c34a08fe11d27fb35fe2801 100644
(file)
--- a/
CRM/Utils/Check/Component/Schema.php
+++ b/
CRM/Utils/Check/Component/Schema.php
@@
-56,6
+56,7
@@
class CRM_Utils_Check_Component_Schema extends CRM_Utils_Check_Component {
$message = "You have missing indices on some tables. This may cause poor performance.";
if (!empty($keyMessage)) {
$message = $keyMessage;
+ $message .= ts("If you are unsure how to perform this action or do not know what to do please contact your system administrator for assistance");
}
$msg = new CRM_Utils_Check_Message(
__FUNCTION__,