Navigation Menu

Skip to content

Commit

Permalink
mmh didnt know you cant use func_get_args() as a parameter..
Browse files Browse the repository at this point in the history
  • Loading branch information
roojs committed Apr 9, 2003
1 parent 043d278 commit b74fa9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Flexy.php
Expand Up @@ -653,8 +653,8 @@ function setQuickForm()
}
require_once 'HTML/Template/Flexy/QuickForm.php';


$this->quickforms = HTML_Template_Flexy_QuickForm::loadFromSerialFile($this->quickformFile,func_get_args());
$args = func_get_args();
$this->quickforms = HTML_Template_Flexy_QuickForm::loadFromSerialFile($this->quickformFile,$args);
$this->setActiveQuickForm(0);

}
Expand Down

0 comments on commit b74fa9e

Please sign in to comment.