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. --- profiles/standard/standard.install | 2 ++ 1 file changed, 2 insertions(+) (limited to 'profiles/standard') diff --git a/profiles/standard/standard.install b/profiles/standard/standard.install index 74b66a252..1d7bb2f55 100644 --- a/profiles/standard/standard.install +++ b/profiles/standard/standard.install @@ -9,6 +9,7 @@ function standard_install() { // Add text formats. $filtered_html_format = array( + 'format' => 'filtered_html', 'name' => 'Filtered HTML', 'weight' => 0, 'filters' => array( @@ -38,6 +39,7 @@ function standard_install() { filter_format_save($filtered_html_format); $full_html_format = array( + 'format' => 'full_html', 'name' => 'Full HTML', 'weight' => 1, 'filters' => array( -- cgit v1.2.3