Closed (fixed)
Project:
@font-your-face
Version:
7.x-2.x-dev
Component:
Fontdeck (provider)
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Apr 2012 at 22:42 UTC
Updated:
7 May 2012 at 01:00 UTC
This came up in the D6 port, but I didn't realize it was a bug in D7.
$project_info_url = FONTDECK_BASE_URL . '/project-info?project=' . $project . '&domain=' . $domain;
should be
$project_info_url = FONTDECK_BASE_URL . 'project-info?project=' . $project . '&domain=' . $domain;
Comments
Comment #1
robcarrConcur - I'd been unable to run Import until I'd spotted this. Thanks @sreynen
Comment #2
sreynen commentedFix committed.