--- includes/common.inc	2010-06-02 14:52:00.000000000 -0400
+++ includes/common.inc.new	2010-07-31 21:53:58.000000000 -0400
@@ -1590,6 +1590,9 @@ function l($text, $path, $options = arra
   global $language;
 
   // Merge in defaults.
+  if(!is_array($options)){
+  	$options = array();
+  }
   $options += array(
       'attributes' => array(),
       'html' => FALSE,
