summaryrefslogtreecommitdiff
path: root/fanchart.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2013-12-17 07:29:41 +0000
committerGreg Roach <fisharebest@gmail.com>2013-12-17 07:29:41 +0000
commit8eb30015b68a80099ed1c0397f654fb0eaca7131 (patch)
tree762a4bd4ae3333f2e6b46cccfe38dfa6060f5a65 /fanchart.php
parentff66886c6108459448a7b9ceb901a1aadf71a2bd (diff)
downloadwebtrees-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.php1
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();