]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/filter/crypto/class_CaptchaEncryptFilter.php
Typos fixed and special command resolver are now possible
[shipsimu.git] / inc / classes / main / filter / crypto / class_CaptchaEncryptFilter.php
index 8ddbd163a1d04e1734bdc4611085069e0215073a..01774b7cff7102f24648cbc259fffb58ec3f3f1f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * A filter for checking if the "encrypt" value is set and fine
+ * A filter for checking if value "encrypt" is set and fine
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
@@ -30,12 +30,6 @@ class CaptchaEncryptFilter extends BaseFrameworkSystem implements Filterable {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Set part description
-               $this->setObjectDescription("A filter for checking encryption data");
-
-               // Create unique ID number
-               $this->generateUniqueId();
        }
 
        /**