diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-31 00:37:23 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-31 00:37:23 +0000 |
commit | b3a1bb6ac48a76a9f3327c1d4606f57918052f7f (patch) | |
tree | a8acd57cfbe5e41b06fe33adf779c5e7f7a6b0f3 /engine/classes/ElggEntity.php | |
parent | 53ea92ac68d3024f42a9b1feb235492c2545de6b (diff) | |
download | elgg-b3a1bb6ac48a76a9f3327c1d4606f57918052f7f.tar.gz elgg-b3a1bb6ac48a76a9f3327c1d4606f57918052f7f.tar.bz2 |
Refs #2597: Moved "implements Exportable" up to {{{ElggData}}}
git-svn-id: http://code.elgg.org/elgg/trunk@7161 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/classes/ElggEntity.php')
-rw-r--r-- | engine/classes/ElggEntity.php | 1 |
1 files changed, 0 insertions, 1 deletions
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 { |