projects
/
project/devel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a7c110b
)
#1007380 by greg.1.anderson. rename drush post_pm_enable hook.
author
moshe weitzman
Mon, 27 Dec 2010 03:21:01 +0000 (
03:21
+0000)
committer
moshe weitzman
Mon, 27 Dec 2010 03:21:01 +0000 (
03:21
+0000)
devel.drush.inc
patch
|
blob
|
blame
|
history
diff --git
a/devel.drush.inc
b/devel.drush.inc
index
d27702c
..
8ec7a50
100644
(file)
--- a/
devel.drush.inc
+++ b/
devel.drush.inc
@@
-114,7
+114,7
@@
function drush_devel_download() {
/**
* Implements drush_MODULE_post_COMMAND().
*/
-function drush_devel_post_enable() {
+function drush_devel_post_pm_enable() {
$modules = func_get_args();
if (in_array('devel', $modules)) {
drush_devel_download();