Ticket #728 (closed Bug: fixed)

Opened 4 months ago

Last modified 4 months ago

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

Changed 4 months ago by Geert

  • status changed from new to closed
  • resolution set to fixed

Fixed in r3242. Thanks.

Changed 4 months ago by anonymous

  • milestone deleted

Milestone 2.1.3 deleted

Note: See TracTickets for help on using tickets.