Closed (fixed)
Project:
Sphere
Version:
6.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
25 Sep 2008 at 11:26 UTC
Updated:
12 Dec 2008 at 01:02 UTC
On line 32 of the sphere.module file there is a typo when making a function call.
Currently it calls
drupal_add_css(druapl_get_path('module', 'sphere') .'/sphere.css');
It should be
drupal_add_css(drupal_get_path('module', 'sphere') .'/sphere.css');
Comments
Comment #1
incidentist commentedD'oh! Fixed in the new version (1.1).