diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 0a297b6c60..7f068038b1 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2010-12-20 Miguel de Dios + + * godmode/reporting/reporting_builder.item_editor.php: fixed the copy & + paste mistake with the name of var (month ago), now show the URL to edit in + the import. + 2010-12-20 Ramon Novoa * general/logon_ok.php: Decode HTML entities in session diff --git a/pandora_console/godmode/reporting/reporting_builder.item_editor.php b/pandora_console/godmode/reporting/reporting_builder.item_editor.php index 54a03ca837..e9324a9322 100644 --- a/pandora_console/godmode/reporting/reporting_builder.item_editor.php +++ b/pandora_console/godmode/reporting/reporting_builder.item_editor.php @@ -150,7 +150,7 @@ switch ($action) { break; case 'url': $description = $item['description']; - $url = $item['column_separator']; + $url = $item['external_source']; break; case 'database_serialized': $description = $item['description'];