Missed a -> in edit_form().

This commit is contained in:
skeeter 2001-09-07 17:31:34 +00:00
parent 58dfb5a3e4
commit 6a9a208aa3

View File

@ -2785,7 +2785,7 @@
{ {
if(!is_array($param)) if(!is_array($param))
{ {
$this-index(); $this->index();
} }
if(isset($param['event'])) if(isset($param['event']))