Welcome to the OSSIM bug tracker, please use this interface to report any bugs or add feature requests.
FS#35 - Bad function pop_array() in /usr/share/ossim/incule/panel/plugins/custom_swf.php in line 87
|
DetailsOn OSSIM 1.0.0~rc1-3, when you edit the dashboard to add a Custom SWF graph, the dashboard display this error :
Fatal error: Call to undefined function pop_array() in /usr/share/ossim/incule/panel/plugins/custom_swf.php in line 87 I have fixed like that : //$sgraph=pop_array($plst); $sgraph=array_pop($plst); |
This task depends upon