Skip to content

Commit

Permalink
Update docs/en/reference/dataextension.md
Browse files Browse the repository at this point in the history
Removed ForumRole broken link and minor typo.
  • Loading branch information
Juanitou committed Oct 7, 2012
1 parent be13ba3 commit 2c480ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/reference/dataextension.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class you want to extend.
### Adding a extension to a built-in class

Sometimes you will want to add extension to classes that you didn't make. For example, you might want to add the
`[api:ForumRole]` extension to the `[api:Member]` object.
ForumRole extension to the `[api:Member]` object.


:::php
Expand All @@ -38,7 +38,7 @@ For example above we want to override Member with a Custom Member so we would wr

:::php
// add to mysite/_config.php
Object::add_extension('Member', 'CustomMember');</code>
Object::add_extension('Member', 'CustomMember');

## Implementation

Expand Down

0 comments on commit 2c480ed

Please sign in to comment.