Closed (fixed)
Project:
Live CSS
Version:
7.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2011 at 05:52 UTC
Updated:
12 Mar 2011 at 17:31 UTC
Fatal error: Call to undefined function drupal_add_link() in C:\xampp\htdocs\drupal7beta2\sites\all\modules\live_css\live_css.module on line 31
Comments
Comment #1
chichiMi5 commentedSame here.
Comment #2
losco commenteddrupal_add_link() in drupal 7 must be replaced by:
drupal_add_html_head_link()
@documentation
http://api.drupal.org/api/drupal/includes--common.inc/function/drupal_ad...
Comment #3
guybedford commentedThis has been resolved - was an issue in the D7 version.