aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggEntity.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/classes/ElggEntity.php')
-rw-r--r--engine/classes/ElggEntity.php1
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
{