diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-09 09:11:20 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-09 09:11:20 +0000 |
commit | db507314bc38957a23189f3af696473b0edb0c83 (patch) | |
tree | 460234aeb5e01025c100005dccd3234d8e0bc9ac | |
parent | 6ca24436bdb144d68cc772ce6b5a75929d35b773 (diff) | |
download | elgg-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
-rw-r--r-- | engine/lib/opendd.php | 3 |
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) { |