aboutsummaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
Diffstat (limited to 'engine')
-rw-r--r--engine/lib/opendd.php3
1 files changed, 2 insertions, 1 deletions
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)
{