X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FAdmin%2FForm%2FNavigation.php;h=15c1fdd169aaa348b8ba1cbd09eb19cb5875af9d;hb=af3775b322b9e4f11d097067367f0ea7763f5f10;hp=9daada8947024789f7d3b1ad09ece9eb875e104c;hpb=95d8ddc04c08360567c00283822622fb8bcb0b35;p=civicrm-core.git diff --git a/CRM/Admin/Form/Navigation.php b/CRM/Admin/Form/Navigation.php index 9daada8947..15c1fdd169 100644 --- a/CRM/Admin/Form/Navigation.php +++ b/CRM/Admin/Form/Navigation.php @@ -40,17 +40,17 @@ class CRM_Admin_Form_Navigation extends CRM_Admin_Form { /** - * The parent id of the navigation menu + * The parent id of the navigation menu. */ protected $_currentParentID = NULL; /** - * Default values + * Default values. */ protected $_defaults = array(); /** - * Build the form object + * Build the form object. * * @return void */ @@ -142,7 +142,7 @@ class CRM_Admin_Form_Navigation extends CRM_Admin_Form { } /** - * Process the form submission + * Process the form submission. * * * @return void