Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -700,7 +700,7 @@ |
701 | 701 | $editPage: EditPage object |
702 | 702 | |
703 | 703 | 'EditPage::attemptSave': called before an article is |
704 | | -saved, that is before insertNewArticle() is called |
| 704 | +saved, that is before Article::doEdit() is called |
705 | 705 | $editpage_Obj: the current EditPage object |
706 | 706 | |
707 | 707 | 'EditPage::importFormData': allow extensions to read additional data |