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:
1e98d6e
)
(dev/translation#78) Default nominal to expected type (string
author
Eileen McNaughton
<emcnaughton@wikimedia.org>
Sat, 20 Aug 2022 01:44:29 +0000
(13:44 +1200)
committer
Tim Otten
<totten@civicrm.org>
Mon, 29 Aug 2022 03:00:14 +0000
(20:00 -0700)
Civi/Core/Locale.php
patch
|
blob
|
blame
|
history
diff --git
a/Civi/Core/Locale.php
b/Civi/Core/Locale.php
index e3e12579acd3815b806805a0609b337a14f13594..cd5d711821cd6172c9b434acba47fcf1a2292d2e 100644
(file)
--- a/
Civi/Core/Locale.php
+++ b/
Civi/Core/Locale.php
@@
-86,7
+86,7
@@
class Locale {
* @var string
* @readonly
*/
- public $nominal;
+ public $nominal
= ''
;
/**
* Locale used for `ts()` and `l10n/**.mo` lookups.