diff options
| author | Greg Roach <fisharebest@gmail.com> | 2013-12-19 11:12:08 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2013-12-19 11:12:08 +0000 |
| commit | 45ad16922a65ce842b9280d8f5f36200bc48dfd5 (patch) | |
| tree | 91187df94f86e1794c9842e4f4d24e5f115967c2 /library/WT/Controller | |
| parent | 7bdb4a4c2b0b1edd87ce81b0eaceeecadad287ba (diff) | |
| download | webtrees-45ad16922a65ce842b9280d8f5f36200bc48dfd5.tar.gz webtrees-45ad16922a65ce842b9280d8f5f36200bc48dfd5.tar.bz2 webtrees-45ad16922a65ce842b9280d8f5f36200bc48dfd5.zip | |
functions_rtl.php is for the reports; functions_utf8.php is for mb_string style functions
Diffstat (limited to 'library/WT/Controller')
| -rw-r--r-- | library/WT/Controller/Fanchart.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/WT/Controller/Fanchart.php b/library/WT/Controller/Fanchart.php index a87592f565..b76829e382 100644 --- a/library/WT/Controller/Fanchart.php +++ b/library/WT/Controller/Fanchart.php @@ -70,7 +70,7 @@ class WT_Controller_Fanchart extends WT_Controller_Chart { * @return string $text output string */ public function split_align_text($data, $maxlen) { - global $RTLOrd; + $RTLOrd = array(215,216,217,218,219); $lines = explode("\n", $data); // more than 1 line : recursive calls |
