diff options
Diffstat (limited to 'engine/lib/relationships.php')
-rw-r--r-- | engine/lib/relationships.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/engine/lib/relationships.php b/engine/lib/relationships.php index f1d119452..dd59b8d3f 100644 --- a/engine/lib/relationships.php +++ b/engine/lib/relationships.php @@ -625,9 +625,7 @@ $count = false, $site_guid = 0) { $options['owner_guid'] = $owner_guid; } - if ($limit) { - $options['limit'] = $limit; - } + $options['limit'] = $limit; if ($offset) { $options['offset'] = $offset; |