Static method getInstance() conflicts with getInstance() in class BaseRegistry,
[core.git] / inc / classes / main / crypto / class_CryptoHelper.php
index 0c626bba48025d4427bee36666cb393be3af1845..61df314948539b8df5a9d01658b16b14b409ab46 100644 (file)
@@ -75,7 +75,7 @@ class CryptoHelper extends BaseFrameworkSystem implements Cryptable {
         *
         * @return      $selfInstance   An instance of this crypto helper class
         */
         *
         * @return      $selfInstance   An instance of this crypto helper class
         */
-       public static final function getInstance () {
+       public static final function getSelfInstance () {
                // Is no instance there?
                if (is_null(self::$selfInstance)) {
                        // Then get a new one
                // Is no instance there?
                if (is_null(self::$selfInstance)) {
                        // Then get a new one