cgi-bin/autoconfig.cgi does not escape $OWNER

I have a customer with a ' in its name, and the autoconfiguration does not work for his domain. Problem is, $OWNER gets generated like this:

$OWNER = 'McDonald's';

But should be escaped like this:

$OWNER = 'McDonald\'s';

Simple one :)

Status: 
Closed (fixed)

Comments

Thanks for pointing this out - it will be fixed in the next release.

Automatically closed -- issue fixed for 2 weeks with no activity.

Automatically closed -- issue fixed for 2 weeks with no activity.