diff --git mollom.module mollom.module index ff84e34..9beda21 100644 --- mollom.module +++ mollom.module @@ -2440,7 +2440,7 @@ function mollom_get_captcha($type, $data = array()) { if ($response) { $source = url(base_path() . drupal_get_path('module', 'mollom') . '/mollom-captcha-player.swf', array( 'query' => array('url' => $response['url']), - 'external' => TRUE, + 'external' => FALSE, )); $output = ''; $output .= '';