summaryrefslogtreecommitdiff
path: root/app/Controller/PedigreeController.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-06-05 20:16:40 +0100
committerGreg Roach <fisharebest@gmail.com>2015-06-05 21:53:48 +0100
commit3d7a8a4ca809135634f38216b734b15acff479f7 (patch)
tree4bbe1480119d706851833f3efb4911d62aa52a45 /app/Controller/PedigreeController.php
parentfa77f9bd0ddd6a305a367135bc6178fceb44776b (diff)
downloadwebtrees-3d7a8a4ca809135634f38216b734b15acff479f7.tar.gz
webtrees-3d7a8a4ca809135634f38216b734b15acff479f7.tar.bz2
webtrees-3d7a8a4ca809135634f38216b734b15acff479f7.zip
Refactor includes/functions into classes
Diffstat (limited to 'app/Controller/PedigreeController.php')
-rw-r--r--app/Controller/PedigreeController.php2
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) {