Mercurial > hg > rc2
diff program/lib/Roundcube/rcube_plugin.php @ 17:dd5ed6ef69c9
Slowly cleaning up more php8 Warnings/deprecations
| author | Charlie Root |
|---|---|
| date | Mon, 06 Oct 2025 12:20:32 -0400 |
| parents | 3a5f959af5ae |
| children | b6a96bdd6b29 |
line wrap: on
line diff
--- a/program/lib/Roundcube/rcube_plugin.php Mon Oct 06 10:34:51 2025 -0400 +++ b/program/lib/Roundcube/rcube_plugin.php Mon Oct 06 12:20:32 2025 -0400 @@ -204,6 +204,7 @@ $langs = array_unique(array('en_US', $lang)); $locdir = slashify(realpath(slashify($this->home) . $dir)); $texts = array(); + $messages = null; // Language aliases used to find localization in similar lang, see below $aliases = array(
