Skip to content

Commit

Permalink
! $txt caching was broken with a global removal. (Subs-Template.php)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nao committed Mar 22, 2014
1 parent e9aa26f commit dd5104e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/app/Subs-Template.php
Expand Up @@ -1092,7 +1092,7 @@ function db_debug_junk()
*/
function template_include($filename, $once = false)
{
global $settings;
global $settings, $txt;
static $templates = array();

// We want to be able to figure out any errors...
Expand Down

0 comments on commit dd5104e

Please sign in to comment.