diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-10-20 01:15:58 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-10-20 01:15:58 +0000 |
commit | cb1f944383477ea46d49326887ababb8f64899dd (patch) | |
tree | 92e23632a5b3a0e2a0abedfc7c697e1b44262440 /modules/php/php.install | |
parent | 11289d69fe59b9679062765b22c1f097ede9cb86 (diff) | |
download | brdo-cb1f944383477ea46d49326887ababb8f64899dd.tar.gz brdo-cb1f944383477ea46d49326887ababb8f64899dd.tar.bz2 |
- Patch #934050 by sun, alex_b: change format into string.
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 |