diff options
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(); |