aboutsummaryrefslogtreecommitdiff
path: root/mod/search
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-12 19:57:39 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-12 19:57:39 +0000
commit896a57156e01406bbf3bb8ee2b4c84a9cad8d10c (patch)
tree183b3f15307de98d72431ebde75926c1b6318117 /mod/search
parent606b7b6a101bf109817567b1a2b0a7e831768766 (diff)
downloadelgg-896a57156e01406bbf3bb8ee2b4c84a9cad8d10c.tar.gz
elgg-896a57156e01406bbf3bb8ee2b4c84a9cad8d10c.tar.bz2
Refs #2898: Using an XML namespace instead of version attribute on plugin manifests.
git-svn-id: http://code.elgg.org/elgg/trunk@8170 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/search')
-rw-r--r--mod/search/manifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/search/manifest.xml b/mod/search/manifest.xml
index df1fe2010..a9b50af17 100644
--- a/mod/search/manifest.xml
+++ b/mod/search/manifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<plugin_manifest version="1.8">
+<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Search</name>
<author>Curverider Ltd, The MITRE Corporation</author>
<version>1.8</version>