diff options
| author | Greg Roach <fisharebest@gmail.com> | 2013-12-17 07:29:41 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2013-12-17 07:29:41 +0000 |
| commit | 8eb30015b68a80099ed1c0397f654fb0eaca7131 (patch) | |
| tree | 762a4bd4ae3333f2e6b46cccfe38dfa6060f5a65 /fanchart.php | |
| parent | ff66886c6108459448a7b9ceb901a1aadf71a2bd (diff) | |
| download | webtrees-8eb30015b68a80099ed1c0397f654fb0eaca7131.tar.gz webtrees-8eb30015b68a80099ed1c0397f654fb0eaca7131.tar.bz2 webtrees-8eb30015b68a80099ed1c0397f654fb0eaca7131.zip | |
Fanchart still uses some functions/globals from functions_rtl
Diffstat (limited to 'fanchart.php')
| -rw-r--r-- | fanchart.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fanchart.php b/fanchart.php index 8b4421a88e..19d8ca55b7 100644 --- a/fanchart.php +++ b/fanchart.php @@ -24,6 +24,7 @@ define('WT_SCRIPT_NAME', 'fanchart.php'); require './includes/session.php'; require WT_ROOT.'includes/functions/functions_edit.php'; +require WT_ROOT.'includes/functions/functions_rtl.php'; $controller=new WT_Controller_Fanchart(); |
