Add require once for ckeditor plugin if not found during install to prevent error message
Currently on install of the Drupal 7 Profile using Cambridge, a 500 error is displayed that warns of the ckeditor plugin not being found. This code prevents this error by checking for the plugin and loading it in if it is not found.