Geeklog-Core / geeklog

Geeklog - The Secure CMS.
https://www.geeklog.net
25 stars 19 forks source link

Minor fixes for the German admin/install language file #1149

Closed dhaun closed 1 year ago

dhaun commented 1 year ago

I have virtually no idea anymore what's going on in the Geeklog code, but I ran into these 2 minor issues trying to get GL to work with PHP 8.1.

The entry for the German admin/install language file in _list.php says it's character set iso-8859-15, but the file name says it's UTF-8. The file contains UTF-8 characters, so the ISO entry seems to be wrong.

And in the language file itself, there's a reference to $LANG_INSTALL[92] which doesn't exist and caused a warning upon install. Looks like it's not needed, so I removed it.

Actually, that $LANG_INSTALL[92] is referenced in some of the other language files as well, but not in the English ones. If my assumption is correct, then those should be fixed, too.