diff options
Diffstat (limited to 'modules/php/php.install')
-rw-r--r-- | modules/php/php.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/php/php.install b/modules/php/php.install index 15c878403..e37c56c8f 100644 --- a/modules/php/php.install +++ b/modules/php/php.install @@ -17,6 +17,7 @@ function php_enable() { // subsequent clean installs. if (!$format_exists) { $php_format = array( + 'format' => 'php_code', 'name' => 'PHP code', // 'Plain text' format is installed with a weight of 10 by default. Use a // higher weight here to ensure that this format will not be the default |