• Resolved Stonehenge Creations

    (@duisterdenhaag)


    When calling any EM_Location Object, I noticed a typo in the new array ‘shortnames’ => slug & name.

    This is the current result:

    [shortnames:protected] => Array
        (
            [language] => location_language
            [translation] => location_translation
            [parent] => location_parent
            [id] => location_id
            [slug] => locatoin_slug
            [name] => locatoin_name
            [status] => location_status
            [owner] => location_owner
        )

    These typos are made in events-manager/classes/em-location.php lines 114 + 115.
    I have not figured out yet what these new variables refer to, but I can imagine that such typos will cause problems somewhere.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Typos in em-location.php’ is closed to new replies.