]> git.mxchange.org Git - shipsimu.git/blobdiff - application/selector/class_ApplicationSelector.php
Application selector (demo app!) fixed
[shipsimu.git] / application / selector / class_ApplicationSelector.php
index 5a03d60b023d954663d059957bce966089948c5f..9a8357da5075c8ea0e29bd94b3b5f7bda20d46b0 100644 (file)
@@ -46,7 +46,8 @@ class ApplicationSelector extends BaseFrameworkSystem {
        private $dirIgnoreList = array(
                ".",
                "..",
-               ".htaccess"
+               ".htaccess",
+               ".svn"
        );
 
        /**
@@ -62,7 +63,7 @@ class ApplicationSelector extends BaseFrameworkSystem {
                $this->setObjectDescription("Applikationswechsler");
 
                // Create unique ID number
-               $this->createUniqueID();
+               $this->generateUniqueId();
 
                // Remove system array and thousand seperator
                $this->removeSystemArray();