Reviewed & tested by the community
Project:
Audio
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
30 Aug 2009 at 22:20 UTC
Updated:
27 Oct 2010 at 01:27 UTC
Jump to comment: Most recent file
Comments
Comment #1
drewish commentedThanks for the patch. Noticed a couple of small issues though.
I think we should probably be using an isset() or !empty() here to avoid the warning rather than is_array():
shouldn't have a space between isset and the parens:
Comment #2
rajaito commentedoh man... I am getting this error on a fresh install of Drupal 6.14 with Audio 6.x-1.x-dev:
But I have no idea to apply your patch. I looked up patching on Drupal but its a bit beyond my level of expertise. What confuses me, is that I used Audio on another Drupal site on the same server without this error.
Comment #3
HorsePunchKid commentedTested and works for me.
Comment #4
Shiny commentedworks