diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-08-27 21:18:20 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-08-27 21:18:20 +0000 |
commit | 6f41d692fd407cf63bf3c4f560129cddca054ac9 (patch) | |
tree | f01ad46276283cfa9c4bf091697561ee5e517aca /modules/php/php.install | |
parent | 0963bac7601533a5b8af4ecc61567a5e673f4aa2 (diff) | |
download | brdo-6f41d692fd407cf63bf3c4f560129cddca054ac9.tar.gz brdo-6f41d692fd407cf63bf3c4f560129cddca054ac9.tar.bz2 |
- Patch #559658 by sun, dropcube: store filter settings per format, general API clean-up and documentation improvements.
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 d378c1722..a94882c74 100644 --- a/modules/php/php.install +++ b/modules/php/php.install @@ -31,6 +31,7 @@ function php_install() { 'module' => 'php', 'name' => 'php_code', 'weight' => 0, + 'status' => 1, )) ->execute(); |