Skip to content
Commit 6b7d55ee authored by Kjartan Mannes's avatar Kjartan Mannes
Browse files

- Removed _save():

    * Moved code into _validate hook.
- Changed *_validate() to the new system:
    * No $error for second parameter.
    * Return $error instead of $node.
    * $node passed by reference.
- Note to developers: don't do valiation in the _form function, do that
  in _validate. Just a hint :)
parent e5b6aba4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment