]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
fixed typo in the code that I moved from /services/export
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 29 Nov 2010 18:09:50 +0000 (18:09 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 29 Nov 2010 18:09:50 +0000 (18:09 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7472 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/handlers/export_handler.php

index eb931fdd885723fd2f0f082b4d9a23ff9e46a299..da83ce43cd0a83f5111542b10d827c7d2e3eaef2 100644 (file)
@@ -14,7 +14,7 @@ $guid = get_input("guid"); // guid of the entity
 
 // For attributes eg http://example.com/odd/73/attr/owner_uuid/
 // or http://example.com/odd/73/metadata/86/
-$type = get_input("type"); // attr, metadata, annotation, rekationship
+$type = get_input("type"); // attr, metadata, annotation, relationship
 $id_or_name = get_input("idname"); // Either a number or the key name (if attribute)
 
 $body = "";