Skip to content

Instantly share code, notes, and snippets.

@mxmilkiib
Created December 2, 2012 06:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mxmilkiib/4187160 to your computer and use it in GitHub Desktop.
Save mxmilkiib/4187160 to your computer and use it in GitHub Desktop.
remote patch for quick rm of drupal commons 7.3 welcome message
diff --git a/build-commons.make b/build-commons.make
index 2fcf916..72affdd 100644
--- a/commons.profile
+++ b/commons.profile
@@ -50,27 +50,6 @@ function commons_install_tasks() {
$demo_content = variable_get('commons_install_demo_content', FALSE);
- return array(
- 'commons_anonymous_message_homepage' => array(
- 'display_name' => st('Enter Homepage welcome text'),
- 'display' => TRUE,
- 'type' => 'form',
- 'function' => 'commons_anonymous_welcome_text_form'
- ),
- 'commons_revert_features' => array(
- 'display' => FALSE,
- ),
- 'commons_demo_content' => array(
- 'display' => FALSE,
- 'type' => '',
- 'run' => $demo_content ? INSTALL_TASK_RUN_IF_NOT_COMPLETED : INSTALL_TASK_SKIP,
- ),
- 'commons_create_first_group' => array(
- 'display_name' => st('Create the first group'),
- 'display' => TRUE,
- 'type' => 'form',
- ),
- );
}
/**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment