From: cash Date: Mon, 29 Nov 2010 18:09:50 +0000 (+0000) Subject: fixed typo in the code that I moved from /services/export X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a6a3f6dad489a5d2c0fdc2b869bac3a0a39952c7;p=lorea%2Felgg.git 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 --- 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 = "";