Closed (duplicate)
Project:
Drupal core
Version:
x.y.z
Component:
locale.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Oct 2005 at 16:00 UTC
Updated:
22 Oct 2005 at 22:57 UTC
Using cvs i wanted to load the spanish file. After I pressed the import button I was sent to a blank page. I fixed the problem by replacing.
$form['#action'] = 'admin/locale/language/import';
with
$form['#action'] = url('admin/locale/language/import');
in locale.inc
Comments
Comment #1
asimmonds commentedThe patch at http://drupal.org/node/34882 will fix this
Comment #2
gtcaz commentedmarking as duplicate to http://drupal.org/node/34882