location_taxonomy_taxonomy() case 'delete':

location_save_locations(array(), array('genid' => 'taxonomy:'. $array['tid']));

to this

location_save_locations($temp = array(), array('genid' => 'taxonomy:'. $array['tid']));

Comments

yesct’s picture

I wonder if this is related to #324284: Location module causes PHP to crash ?

socialnicheguru’s picture

i get the same error when I try to delete terms in my taxonomy :(

yesct’s picture

socialnicheguru’s picture

Priority: Normal » Critical

Will this fix make it in? Each time I upgrade I have to re-remember this fix.

yesct’s picture

Issue tags: +location bdragon check

tagging

bdragon’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)
Issue tags: -location bdragon check

Automatically closed -- issue fixed for 2 weeks with no activity.