PulfordN
Results
2
comments of
PulfordN
Ok the original problem is a NOTICE in statement in b1t\svgf\SVGFElement.pgo line 69 $variable = $item ?: NULL; $item is undefined and $cariable is never use just comment it out.
The later problem is a call of call_user_func in b1t\svg\SVGObject.php one in the setter and one in the getter. wanting a quick fix I did the following setter call_user_func($call_to_user_func,$attribute_value); replaced...