diff options
author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-03-28 19:18:55 +0000 |
---|---|---|
committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-03-28 19:18:55 +0000 |
commit | 6441a960edc875a0c33fa8bbd735fd1faebaa552 (patch) | |
tree | 4127ac318d37bf0c36b454d1918dadce5e1343d2 /engine/lib/api.php | |
parent | 5aa0bbb5bef7265fb570b400f7966b8411295f9e (diff) | |
download | elgg-6441a960edc875a0c33fa8bbd735fd1faebaa552.tar.gz elgg-6441a960edc875a0c33fa8bbd735fd1faebaa552.tar.bz2 |
Marcus Povey <marcus@dushka.co.uk>
* Metadata and Annotations now exported.
git-svn-id: https://code.elgg.org/elgg/trunk@291 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/api.php')
-rw-r--r-- | engine/lib/api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/api.php b/engine/lib/api.php index e7d6cc4a1..95bbede01 100644 --- a/engine/lib/api.php +++ b/engine/lib/api.php @@ -17,7 +17,7 @@ * @class GenericResult Result superclass. * @author Marcus Povey <marcus@dushka.co.uk> */ - abstract class GenericResult + abstract class GenericResult implements Exportable { /** * The status of the result. |