I have error in my php file -> "Strict Standards: Only variables should be passed by reference in /page/editor/manager/trlib.php on line 57"
function TR_fileExt($filename)
{
return strtolower(end(explode('.', $filename))); //// line 57
}
any ideas how to fix it?