Ticket #552 (closed defect: fixed)
ImageManager dynamic configuration and magic quotes
| Reported by: | niko | Owned by: | niko |
|---|---|---|---|
| Priority: | high | Milestone: | Version 1.0 |
| Component: | Plugin_ImageManager | Version: | |
| Severity: | major | Keywords: | ImageManger magic quotes backend-config |
| Cc: |
Description
if magic-quotes are enabled for php the dynamic backend-config for the ImageManager doesn't work for me.
after inserting this in config.inc.php it works again:
if(get_magic_quotes_gpc()) {
$_REQUEST['backend_config'] = stripslashes($_REQUEST['backend_config']);
}
is this correct or am i missing something here?
Change History
Note: See
TracTickets for help on using
tickets.
