Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_entities_from_metadata ignores parameters (Trac #2126) #2126

Closed
elgg-gitbot opened this issue Feb 16, 2013 · 3 comments
Closed

get_entities_from_metadata ignores parameters (Trac #2126) #2126

elgg-gitbot opened this issue Feb 16, 2013 · 3 comments

Comments

@elgg-gitbot
Copy link

Original ticket http://trac.elgg.org/ticket/2126 on 40323979-11-14 by trac user kevinjardine, assigned to ewinslow.

Elgg version: 1.7

The legacy get_entities_from_metadata fynction ignores the site_guid and order_by parameters.

The code in Elgg 1.7.1 is:

if ($order_by) {
        $options['order_by'];
    }

    if ($site_guid) {
        $options['site_guid'];
    }

I'm rating this major as it makes sorting the results impossible.

@elgg-gitbot
Copy link
Author

Milestone changed to Elgg 1.7.2 by cash on 40327498-04-09

@elgg-gitbot
Copy link
Author

Attachment added by ewinslow on 40448415-07-11: legacy_entity_metadata.diff

@elgg-gitbot
Copy link
Author

brettp wrote on 40450874-01-12

(In [svn:6481]) Fixes #2126: Applied Evan's patch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant