hamishcampbell / silverstripe-securefiles

SilverStripe Secure Files Module
http://polemic.net.nz
Other
21 stars 22 forks source link

Error after install #2

Closed EmilBlume closed 13 years ago

EmilBlume commented 13 years ago

After fresh install I got the following error:

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/encode/public_html/sandbox/securefiles/lang/de_DE.php on line 20

The written error was in line 17, after correcting from

$lang['de_DE']['SecureFiles']['NEVEREXPIRES'] = 'Niemals'';

to

$lang['de_DE']['SecureFiles']['NEVEREXPIRES'] = 'Niemals';

everything works fine.

hamishcampbell commented 13 years ago

Thanks