Event_arg.patch

Event patch for allowing data to be passed as argument - Klaas Van Waesberghe -, 02/03/2009 02:42 pm

Download (323 Bytes)

 
core/Event.php 2009-02-03 13:53:06 +0000
206 206

  
207 207
			foreach ($callbacks as $callback)
208 208
			{
209
				call_user_func($callback);
209
				call_user_func($callback, $data);
210 210
			}
211 211

  
212 212
			// Do this to prevent data from getting 'stuck'