includes/js-compressor.php
changeset 798 ddfc1b554a08
parent 685 17ebe24cdf85
child 801 eb8b23f11744
--- a/includes/js-compressor.php	Wed Dec 24 10:04:48 2008 -0500
+++ b/includes/js-compressor.php	Wed Dec 31 08:40:38 2008 -0500
@@ -270,7 +270,7 @@
 		array_push($this->__sources, array('code'=>$code, 'name'=>$name));
 	}
 	function __wordsParser($str, &$d) {
-		if(is_null($key = array_shift($key = array_keys($d,$str))))
+		if(@is_null($key = array_shift($key = array_keys($d,$str))))
 			$key = array_push($d, $str) - 1;
 		return $key;
 	}