aboutsummaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
Diffstat (limited to 'engine')
-rw-r--r--engine/lib/entities.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/entities.php b/engine/lib/entities.php
index a9c1c19aa..f2fd31adc 100644
--- a/engine/lib/entities.php
+++ b/engine/lib/entities.php
@@ -236,7 +236,7 @@
* @param int $limit
* @param int $offset
*/
- function getAnnotations($name, $limit = 50, $offset = 0, $order="asc"))
+ function getAnnotations($name, $limit = 50, $offset = 0, $order="asc")
{
return get_annotations($this->getGUID(), "", "", $name, "", 0, $limit, $offset, $order);
}