X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fhelper%2Fcaptcha%2Fclass_;h=758b205654be953a29596e013bd46751e9a04c29;hp=e533126ed3f0d3c3844d253a9751df67cd342ea6;hb=ec23e72b16433ac136817f3ea78697fb70236e4a;hpb=d527a312ec4b2983fc0ecda2179ce335c1a5a1f9 diff --git a/inc/classes/main/helper/captcha/class_ b/inc/classes/main/helper/captcha/class_ index e533126..758b205 100644 --- a/inc/classes/main/helper/captcha/class_ +++ b/inc/classes/main/helper/captcha/class_ @@ -19,7 +19,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . */ class ???Captcha extends BaseCaptcha implements SolveableCaptcha { /** @@ -30,12 +30,6 @@ class ???Captcha extends BaseCaptcha implements SolveableCaptcha { protected function __construct () { // Call parent constructor parent::__construct(__CLASS__); - - // Set part description - $this->setObjectDescription("A solveable CAPTCHA"); - - // Create unique ID number - $this->generateUniqueId(); } /**