Skip to content

Instantly share code, notes, and snippets.

@marczhermo
Created May 1, 2012 23:38
Show Gist options
  • Save marczhermo/2572400 to your computer and use it in GitHub Desktop.
Save marczhermo/2572400 to your computer and use it in GitHub Desktop.
Joomla: Discover Template Fix in Admin
# libraries/joomla/installer/adapters/template.php
# line:543
public function discover_install()
{
$lang = JFactory::getLanguage();//fix for discover bug on new templates
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment