diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-10-09 22:51:41 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-10-09 22:51:41 +0000 |
commit | 464be0b8bd98975f88cc42ef79cb95926adb7a69 (patch) | |
tree | e6e6801b3b2ac153da51a5913dd96cd942293e1c /modules/php/php.info | |
parent | 40907cc79c7dcdd13f270c8f74e46e1e3696673f (diff) | |
download | brdo-464be0b8bd98975f88cc42ef79cb95926adb7a69.tar.gz brdo-464be0b8bd98975f88cc42ef79cb95926adb7a69.tar.bz2 |
#318892 by justinrandell and chx: Add .install files to the list of files added to .info files.
Diffstat (limited to 'modules/php/php.info')
-rw-r--r-- | modules/php/php.info | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/php/php.info b/modules/php/php.info index c22d515de..688ff2176 100644 --- a/modules/php/php.info +++ b/modules/php/php.info @@ -5,3 +5,4 @@ package = Core - optional version = VERSION core = 7.x files[] = php.module +files[] = php.install |