From cb1f944383477ea46d49326887ababb8f64899dd Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 20 Oct 2010 01:15:58 +0000 Subject: - Patch #934050 by sun, alex_b: change format into string. --- modules/php/php.install | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/php/php.install') 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 -- cgit v1.2.3