ampoliros/admin/magellanpages.php: Incorrect preview URL
Brought to you by:
burzmali
A preview URL is constructed after call to the function
parse_url() with $env['sitedata']['siteurl'] as input. If
this value is empty, as it is when you don't fill in the site
url on creating the site, then the preview URL will start
with ://. This will not work. The output of parse_url
should be tested before using it to construct a URL. I've
submitted a patch.
</Flay>
Patch for bug
Logged In: YES
user_id=877233
I accidentally posted this anonymously. Sorry, this is who I am
</Flay>