summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index b34c39f55..b1e5d2897 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -2105,3 +2105,10 @@ function theme_meta_generator_html($version = VERSION) {
function theme_meta_generator_header($version = VERSION) {
drupal_set_header('X-Generator: Drupal ' . $version . ' (http://drupal.org)');
}
+
+/**
+ * Implementation of hook_image_toolkits().
+ */
+function system_image_toolkits() {
+ return array('gd');
+}