Forgot a global
Jeremy D

Jeremy D commited on 2012-04-08 20:44:38
Showing 1 changed files, with 2 additions and 0 deletions.

... ...
@@ -43,6 +43,8 @@ function uPMs_hook_load_theme()
43 43
 // Adds a hook to the general mod settings so we can manage the setting.
44 44
 function uPMs_hook_general_mod_settings($config_vars)
45 45
 {
46
+	global $txt;
47
+
46 48
 	$config_vars[] = array('int', 'unreadPMstimeout', 'postinput' => $txt['unreadPMstimeout_post']);
47 49
 }
48 50
 
49 51