Created
May 1, 2012 23:38
-
-
Save marczhermo/2572400 to your computer and use it in GitHub Desktop.
Joomla: Discover Template Fix in Admin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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