Skip to content

Commit

Permalink
Fix typo (#3540)
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Apr 18, 2020
1 parent 7debb3d commit fadf693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redaxo/src/core/lib/form/form_base.php
Expand Up @@ -42,7 +42,7 @@ abstract class rex_form_base
private $csrfToken;

/**
* Diese Konstruktor sollte nicht verwendet werden. Instanzen muessen ueber die facotry() Methode erstellt werden!
* Diese Konstruktor sollte nicht verwendet werden. Instanzen muessen ueber die factory() Methode erstellt werden!
*/
protected function __construct($fieldset, $name, $method = 'post', $debug = false)
{
Expand Down

0 comments on commit fadf693

Please sign in to comment.