Ticket #728 (closed Bug: fixed)
Media module config references non-existent config setting
| Reported by: | rawb | Owned by: | gregmac |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Modules:Media | Version: | SVN HEAD |
| Keywords: | config, media | Cc: |
Description
modules/media/config/media.php mentions:
/** * Separator character for multiple files. Make sure this is in your "allowed characters" * configuration setting. */ $config['separator'] = ',';
I believe the 'allowed characters' setting was removed, so this might cause some confusion to beginners editing this file.
Change History
Note: See
TracTickets for help on using
tickets.
