Skip to content

Commit

Permalink
No need for a reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Aug 1, 2017
1 parent 0281af8 commit 63e2576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Form/lib/Horde/Form/Variable.php
Expand Up @@ -140,7 +140,7 @@ class Horde_Form_Variable {
* @param string $description A long description of the variable's
* purpose, special instructions, etc.
*/
function Horde_Form_Variable($humanName, $varName, &$type, $required,
function Horde_Form_Variable($humanName, $varName, $type, $required,
$readonly = false, $description = null)
{
$this->humanName = $humanName;
Expand Down

0 comments on commit 63e2576

Please sign in to comment.