code mistake

This topic contains 1 reply, has 2 voices, and was last updated by  Stiofan O’Connor 9 years, 5 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #21605

    pawon
    Free User
    Post count: 34

    Hi,

    In file geodir_location_hooks_actions.php , line 2637

    if(isset($wp->query_vars['page_id']) && $wp->query_vars['page_id'] = get_option('geodir_location_page'))

    should be

    if(isset($wp->query_vars['page_id']) && $wp->query_vars['page_id'] == get_option('geodir_location_page'))

    🙂

    Pawon

    #21731

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    A valid license is required to view this reply.

    You may need to login

    OR

    Buy either a Membership or valid license for this product.

    Thanks, Team GeoDirectory!

Viewing 2 posts - 1 through 2 (of 2 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket