You are here

public function BotchaD6Adapter::formExists in BOTCHA Spam Prevention 6.4

File

controller/application/decorator/d6adapter/botcha.application.controller.d6adapter.inc, line 85

Class

BotchaD6Adapter

Code

public function formExists($value) {
  return $this->original
    ->formExists($value);
}