From b3a1bb6ac48a76a9f3327c1d4606f57918052f7f Mon Sep 17 00:00:00 2001 From: ewinslow Date: Sun, 31 Oct 2010 00:37:23 +0000 Subject: Refs #2597: Moved "implements Exportable" up to {{{ElggData}}} git-svn-id: http://code.elgg.org/elgg/trunk@7161 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/classes/ElggEntity.php | 1 - 1 file changed, 1 deletion(-) (limited to 'engine/classes/ElggEntity.php') diff --git a/engine/classes/ElggEntity.php b/engine/classes/ElggEntity.php index 8ff9f23cc..a21e9a057 100644 --- a/engine/classes/ElggEntity.php +++ b/engine/classes/ElggEntity.php @@ -29,7 +29,6 @@ abstract class ElggEntity extends ElggData implements Notable, // Calendar interface Locatable, // Geocoding interface - Exportable, // Allow export of data Importable // Allow import of data { -- cgit v1.2.3