aboutsummaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-09 09:11:20 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-09 09:11:20 +0000
commitdb507314bc38957a23189f3af696473b0edb0c83 (patch)
tree460234aeb5e01025c100005dccd3234d8e0bc9ac /engine
parent6ca24436bdb144d68cc772ce6b5a75929d35b773 (diff)
downloadelgg-db507314bc38957a23189f3af696473b0edb0c83.tar.gz
elgg-db507314bc38957a23189f3af696473b0edb0c83.tar.bz2
Minor tweak to OpenDD library
git-svn-id: https://code.elgg.org/elgg/trunk@1343 36083f99-b078-4883-b0ff-0f9b5a30f544
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)
{