From db507314bc38957a23189f3af696473b0edb0c83 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 9 Jul 2008 09:11:20 +0000 Subject: Minor tweak to OpenDD library git-svn-id: https://code.elgg.org/elgg/trunk@1343 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/opendd.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engine/lib') diff --git a/engine/lib/opendd.php b/engine/lib/opendd.php index 5ac60d0db..2acb21811 100644 --- a/engine/lib/opendd.php +++ b/engine/lib/opendd.php @@ -6,7 +6,7 @@ * @subpackage Core * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 * @author Marcus Povey - * @version 0.3 + * @version 0.4 * @copyright Curverider Ltd 2008 * @link http://elgg.org/ */ @@ -157,6 +157,7 @@ $this->body = ""; } + public function getAttributes() { return $this->attributes; } public function setAttribute($key, $value) { $this->attributes[$key] = $value; } public function getAttribute($key) { -- cgit v1.2.3