Merged $CFG->allowobjectembed from stable

This commit is contained in:
moodler 2005-06-05 05:40:24 +00:00
parent b99e8b98fc
commit d046ae55ad
4 changed files with 17 additions and 7 deletions

View file

@ -201,6 +201,10 @@ class configvarrss extends configvar {
$permissions['messaging'] = new configvar (get_string('configmessaging', 'admin'),
choose_from_menu ($noyesoptions, 'messaging', $config->messaging, '', '', '', true) );
/// allowobjectembed
$permissions['allowobjectembed'] = new configvar (get_string('configallowobjectembed', 'admin'),
choose_from_menu ($noyesoptions, 'allowobjectembed', $config->allowobjectembed, '', '', '', true) );
////////////////////////////////////////////////////////////////////