From 6441a960edc875a0c33fa8bbd735fd1faebaa552 Mon Sep 17 00:00:00 2001 From: icewing Date: Fri, 28 Mar 2008 19:18:55 +0000 Subject: Marcus Povey * Metadata and Annotations now exported. git-svn-id: https://code.elgg.org/elgg/trunk@291 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/entities.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/entities.php') diff --git a/engine/lib/entities.php b/engine/lib/entities.php index 8044b1df9..017e86a74 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -16,7 +16,7 @@ * This class holds methods for accessing the main entities table. * @author Marcus Povey */ - abstract class ElggEntity + abstract class ElggEntity implements Exportable { /** * The main attributes of an entity. -- cgit v1.2.3