diff options
Diffstat (limited to 'app/Controller/PedigreeController.php')
| -rw-r--r-- | app/Controller/PedigreeController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/PedigreeController.php b/app/Controller/PedigreeController.php index 1de6c89f66..09b7559683 100644 --- a/app/Controller/PedigreeController.php +++ b/app/Controller/PedigreeController.php @@ -257,7 +257,7 @@ class PedigreeController extends ChartController { * * @return string */ - public function get_menu() { + public function getMenu() { $famids = $this->root->getSpouseFamilies(); $html = ''; if ($famids) { |
