Fix strict errors.

This commit is contained in:
mark_story 2011-12-29 11:10:25 -05:00
parent 929a40364f
commit 5936fa5930

View file

@ -109,7 +109,8 @@ abstract class ObjectCollection {
$options[$opt] = $event->{$opt};
}
}
$callback = array_pop(explode('.', $event->name()));
$parts = explode('.', $event->name());
$callback = array_pop($parts);
}
$options = array_merge(
array(