diff options
-rw-r--r-- | engine/lib/entities.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/lib/entities.php b/engine/lib/entities.php index f2fd31adc..e9f795d11 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -235,6 +235,7 @@ * @param string $name * @param int $limit * @param int $offset + * @param string $order */ function getAnnotations($name, $limit = 50, $offset = 0, $order="asc") { |