Posted by nyl auster on October 30, 2009 at 10:39am
Jump to:
| Project: | Taxonomy Blocks |
| Version: | 6.x-1.0-beta1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hello
if you choose a sub level term as the start of the menu, when you save and then come back to the block configuration; you see that's the start come back to "root" on the configuratio form.
Line 57 variable_set should be variable_get
<?php
$form['root_term'] = array
(
'#type' => 'select',
'#title' => t('Root term'),
'#options' => $options,
'#default_value' => variable_get("taxonomy_blocks_vid_{$delta}_root",0),
);
?>
Comments
#1
#2
Automatically closed -- issue fixed for 2 weeks with no activity.