diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-08-21 17:28:27 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-08-21 17:28:27 +0000 |
commit | bc23bfaa11d6a8d40bb12812cfa081b9c5d9b672 (patch) | |
tree | 4e10d49f90c64513d1bddb2ea347ce55de32c11f /modules/php/php.install | |
parent | 0d9816b8fd1eb1982cfda4ec11f566aab09571ac (diff) | |
download | brdo-bc23bfaa11d6a8d40bb12812cfa081b9c5d9b672.tar.gz brdo-bc23bfaa11d6a8d40bb12812cfa081b9c5d9b672.tar.bz2 |
- Patch #546350 by dropcube: remove hardcoded numeric deltas from hook_filter_info().
Diffstat (limited to 'modules/php/php.install')
-rw-r--r-- | modules/php/php.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/php/php.install b/modules/php/php.install index 7491d2c05..d378c1722 100644 --- a/modules/php/php.install +++ b/modules/php/php.install @@ -29,7 +29,7 @@ function php_install() { ->fields(array( 'format' => $format, 'module' => 'php', - 'delta' => 0, + 'name' => 'php_code', 'weight' => 0, )) ->execute(); |