summaryrefslogtreecommitdiff
path: root/modules/php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-10-20 01:15:58 +0000
committerDries Buytaert <dries@buytaert.net>2010-10-20 01:15:58 +0000
commitcb1f944383477ea46d49326887ababb8f64899dd (patch)
tree92e23632a5b3a0e2a0abedfc7c697e1b44262440 /modules/php
parent11289d69fe59b9679062765b22c1f097ede9cb86 (diff)
downloadbrdo-cb1f944383477ea46d49326887ababb8f64899dd.tar.gz
brdo-cb1f944383477ea46d49326887ababb8f64899dd.tar.bz2
- Patch #934050 by sun, alex_b: change format into string.
Diffstat (limited to 'modules/php')
-rw-r--r--modules/php/php.install1
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