projects
/
project/context.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
af26bfe
)
#425616 by dmitrig01: Enabling context_contrib as part of the upgrade path.
6.x-2.0-alpha2
author
young hahn
Tue, 7 Apr 2009 04:41:05 +0000 (
04:41
+0000)
committer
young hahn
Tue, 7 Apr 2009 04:41:05 +0000 (
04:41
+0000)
context.install
patch
|
blob
|
blame
|
history
diff --git
a/context.install
b/context.install
index
f84f9e6
..
412954b
100644
(file)
--- a/
context.install
+++ b/
context.install
@@
-108,5
+108,7
@@
function context_update_6001() {
}
}
+ module_enable(array('context_contrib'));
+
return $ret;
}