Skip to content

Instantly share code, notes, and snippets.

@dsnopek
Created April 23, 2014 14:18
Show Gist options
  • Save dsnopek/11217003 to your computer and use it in GitHub Desktop.
Save dsnopek/11217003 to your computer and use it in GitHub Desktop.
diff --git a/panopoly_search.install b/panopoly_search.install
index cc425ef..450ab98 100644
--- a/panopoly_search.install
+++ b/panopoly_search.install
@@ -27,9 +27,9 @@ function panopoly_search_uninstall() {
*/
function panopoly_search_update_dependencies() {
$deps = array();
- // We need search_api_solr_update_7102() to run before panpoly_core_update_7002().
- $deps['panopoly_core'][7002] = array(
- 'search_api_solr' => 7102,
+ // We need panopoly_core_update_7002() to run before search_api_solr_update_7102().
+ $deps['search_api_solr'][7102] = array(
+ 'panopoly_core' => 7002,
);
return $deps;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment