Provide an option to skip navigation menu creation in the create domain API call
Add a new optional skip_nav
parameter to the civicrm_api3_multisite_domain_create()
API method. When true', skip the _civicrm_load_navigation()
call to avoid a database deadlock. This is to resolve #8.