diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-08-20 10:48:03 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-08-20 10:48:03 +0000 |
commit | 0125b20cdab54dac2d0737123263cf6547d7623d (patch) | |
tree | 8928d2f93d89612804eb83a9aad976c6acc27428 /includes | |
parent | c5f683b27cda9252225988003a369b04a2018a5e (diff) | |
download | brdo-0125b20cdab54dac2d0737123263cf6547d7623d.tar.gz brdo-0125b20cdab54dac2d0737123263cf6547d7623d.tar.bz2 |
- Patch #550228 by Bojhan: added 'Media' category on 'Configuration and modules' page.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/image.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/image.inc b/includes/image.inc index e425d1251..e7734463d 100644 --- a/includes/image.inc +++ b/includes/image.inc @@ -24,7 +24,7 @@ * Image toolkits are discovered based on the associated module's * hook_image_toolkits. Additionally the image toolkit include file * must be identified in the files array in the module.info file. The - * toolkit must then be enabled using the admin/settings/image-toolkit + * toolkit must then be enabled using the admin/config/media/image-toolkit * form. * * Only one toolkit may be selected at a time. If a module author wishes to call |