weird. I just noticed that the "Keys" are not displaying in admin. Click "Add a Key", works so does "Date/Time Format" but click on Keys and it displays "Empty".
I recompiled the language but it didn't do anything. Obviously the keys are there, the query is not pulling them.
It's not getting past $_GET[$sFilterName] because it can't find it. The url is only lang.php. What is the $_GET trying to get?
function _getKeysList($mixedResult, $bActive = false)
{
$sFilterName = 'filter';
$sFilter = '';
$aItems = array();
echo 'something' here displays
if(isset($_GET[$sFilterName])) {
echo 'something else' here does not display