diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-04 21:45:55 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-04 21:45:55 +0000 |
commit | 595ebfe0b3771df92055334bfe5da8b29c840c3b (patch) | |
tree | 7e8c94dc64423cd7f9b5ae73809f52cc4888d896 /documentation | |
parent | d05471b1ad10cf4fe68687edad52a9ab1d2da379 (diff) | |
download | elgg-595ebfe0b3771df92055334bfe5da8b29c840c3b.tar.gz elgg-595ebfe0b3771df92055334bfe5da8b29c840c3b.tar.bz2 |
Renamed 'name' to 'plugin' for priority req. Updated unit tests and docs.
git-svn-id: http://code.elgg.org/elgg/trunk@8019 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/examples/plugins/manifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/examples/plugins/manifest.xml b/documentation/examples/plugins/manifest.xml index 1c14a3990..a61106e62 100644 --- a/documentation/examples/plugins/manifest.xml +++ b/documentation/examples/plugins/manifest.xml @@ -75,7 +75,7 @@ <requires> <type>priority</type> <priority>after</priority> - <name>blog</name> + <plugin>blog</plugin> </requires> <conflicts> |