X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FTree.php;h=b07ad4f6e46fbc61bd05c0d11cbd16b9d7a58cf9;hb=bfc6355af6949ca1e4a7c39d0f54f0ec70b641bf;hp=e8cb8e5ec615f770b75474f9adaa9497882924a0;hpb=55039e98512c204e7919bd586b9e99ab176e51ea;p=civicrm-core.git diff --git a/CRM/Utils/Tree.php b/CRM/Utils/Tree.php index e8cb8e5ec6..b07ad4f6e4 100644 --- a/CRM/Utils/Tree.php +++ b/CRM/Utils/Tree.php @@ -1,7 +1,7 @@ tree; @@ -235,11 +226,8 @@ class CRM_Utils_Tree { * @param none * * @return void - * - * @access public */ public function display() { print_r($this->tree); } } -