Skip to content
Snippets Groups Projects
Commit c1c37715 authored by Chris Gross's avatar Chris Gross
Browse files

7.x-1.3 Release Candidate 1

parent 4b055e9e
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ function wcm_front_page_strongarm() {
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'site_frontpage';
$strongarm->value = 'node/1';
$strongarm->value = 'home';
$export['site_frontpage'] = $strongarm;
return $export;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment