diff --git a/openacademy.profile b/openacademy.profile index ec92355..c08556e 100755 --- a/openacademy.profile +++ b/openacademy.profile @@ -115,7 +115,7 @@ function openacademy_form_apps_profile_apps_select_form_alter(&$form, $form_stat // ########### END PANOPOLY ################ // Don't allow the panopoly apps to be installed here as they duplicate - // our own apps' sunctionality. + // our own apps' functionality. unset($form['apps_fieldset']['apps']['#options']['panopoly_news']); unset($form['apps_fieldset']['apps']['#options']['panopoly_demo']); }