Skip to content

Commit

Permalink
fixed stupid error
Browse files Browse the repository at this point in the history
  • Loading branch information
francois2metz committed Dec 4, 2009
1 parent aca62e0 commit c172bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orm/MormFactory.php
Expand Up @@ -65,8 +65,8 @@ protected function fillOtherValues($instance)
{
$value = rand();
}
$instance->$field_name = $value;
}
$instance->$field_name = $value;
}
}
}

0 comments on commit c172bb5

Please sign in to comment.