FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 08af835c authored by thewilkybarkid's avatar thewilkybarkid
Browse files

Add and enable the Pathauto Persistent State module

parent 035d78bf
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@ dependencies[] = metatag
dependencies[] = metatag_dc
dependencies[] = metatag_views
dependencies[] = pathauto
dependencies[] = pathauto_persist
dependencies[] = raven
dependencies[] = realname
dependencies[] = redirect
......
......@@ -388,3 +388,16 @@ function cambridge_update_7104() {
cambridge_base_set_up_focus_on_teasers();
}
/**
* Enable the Pathauto Persistent State module.
*/
function cambridge_update_7105() {
if (module_exists('pathauto_persist') || FALSE === module_exists('pathauto')) {
return;
}
if (FALSE === module_enable(array('pathauto_persist'))) {
throw new DrupalUpdateException('Failed to install Pathauto Persistent State module');
}
}
......@@ -23,6 +23,7 @@ projects[link] = "1.2"
projects[menu_block] = "2.4"
projects[menu_firstchild] = "1.1"
projects[pathauto] = "1.2"
projects[pathauto_persist] = "1.3"
projects[raven][type] = "module"
projects[raven][download][type] = "file"
projects[raven][download][url] = "https://github.com/misd-service-development/drupal-raven/archive/7.x-1.1.tar.gz"
......
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