From a6a3f6dad489a5d2c0fdc2b869bac3a0a39952c7 Mon Sep 17 00:00:00 2001 From: cash Date: Mon, 29 Nov 2010 18:09:50 +0000 Subject: fixed typo in the code that I moved from /services/export git-svn-id: http://code.elgg.org/elgg/trunk@7472 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/handlers/export_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/handlers') diff --git a/engine/handlers/export_handler.php b/engine/handlers/export_handler.php index eb931fdd8..da83ce43c 100644 --- a/engine/handlers/export_handler.php +++ b/engine/handlers/export_handler.php @@ -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 = ""; -- cgit v1.2.3