aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/annotations.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/annotations.php')
-rw-r--r--engine/lib/annotations.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/engine/lib/annotations.php b/engine/lib/annotations.php
index 3f965ec6d..f2b9e16fb 100644
--- a/engine/lib/annotations.php
+++ b/engine/lib/annotations.php
@@ -40,7 +40,8 @@
$objarray = (array) $annotation;
foreach($objarray as $key => $value) {
$this->attributes[$key] = $value;
- }
+ }
+ $this->attributes['type'] = "annotation";
}
}
}