Skip to content

Commit

Permalink
MDL-21696 Temporarily hiding language editing feature from admin tree
Browse files Browse the repository at this point in the history
To be replaced by the new tool.
  • Loading branch information
mudrd8mz committed May 25, 2010
1 parent 45b0ad5 commit 5cefe4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/settings/language.php
Expand Up @@ -19,7 +19,7 @@

$ADMIN->add('language', $temp);

$ADMIN->add('language', new admin_externalpage('langedit', get_string('langedit', 'admin'), "$CFG->wwwroot/$CFG->admin/lang.php", array('moodle/site:langeditmaster', 'moodle/site:langeditlocal') ));
//$ADMIN->add('language', new admin_externalpage('langedit', get_string('langedit', 'admin'), "$CFG->wwwroot/$CFG->admin/lang.php", array('moodle/site:langeditmaster', 'moodle/site:langeditlocal') ));
$ADMIN->add('language', new admin_externalpage('langimport', get_string('langpacks', 'admin'), "$CFG->wwwroot/$CFG->admin/langimport.php"));

// Hidden multilang upgrade page.
Expand Down

0 comments on commit 5cefe4f

Please sign in to comment.