Browse Source

Forgot the action to load the editor localization...

Signed-off-by: emanuele <[email protected]>
emanuele 12 years ago
parent
commit
db51cc4631
1 changed files with 1 additions and 0 deletions
  1. 1 0
      index.php

+ 1 - 0
index.php

@@ -283,6 +283,7 @@ function smf_main()
 		'im' => array('PersonalMessage.php', 'MessageMain'),
 		'jsmodify' => array('Post.php', 'JavaScriptModify'),
 		'jsoption' => array('Themes.php', 'SetJavaScript'),
+		'loadeditorlocale' => array('Subs-Editor.php', 'loadLocale'),
 		'lock' => array('Topic.php', 'LockTopic'),
 		'lockvoting' => array('Poll.php', 'LockVoting'),
 		'login' => array('LogInOut.php', 'Login'),