fix fn in timeline action.
This commit is contained in:
parent
cec6465e4e
commit
f7c2953264
|
@ -286,7 +286,7 @@ class DataController extends Zend_Controller_Action
|
||||||
$timexml.=htmlspecialchars($desc).'</event>';
|
$timexml.=htmlspecialchars($desc).'</event>';
|
||||||
}
|
}
|
||||||
$timexml.='</data>';
|
$timexml.='</data>';
|
||||||
$fp=fopen('time.xml','w');
|
$fp=fopen($fn,'w');
|
||||||
fwrite($fp,$timexml);
|
fwrite($fp,$timexml);
|
||||||
fclose($fp);
|
fclose($fp);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue