Opps. ;-(
authorRoland Haeder <roland@mxchange.org>
Tue, 20 May 2014 19:45:58 +0000 (21:45 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 20 May 2014 19:45:58 +0000 (21:45 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/index/class_BaseIndex.php

index 29d0d52e10246f3824cb1db90afda4dae80c201d..748a278a680d37166b41514e8cad9e7b5b414c5c 100644 (file)
@@ -162,7 +162,7 @@ class BaseIndex extends BaseFrameworkSystem {
                assert($this->isFileInitialized());
 
                // Init counters and gaps array
                assert($this->isFileInitialized());
 
                // Init counters and gaps array
-               $this->initGapsArray();
+               $this->initCountersGapsArray();
 
                // Output message (as this may take some time)
                self::createDebugInstance(__CLASS__)->debugOutput(sprintf('[%s:%d:] Analyzing file structure ... (this may take some time)', __METHOD__, __LINE__));
 
                // Output message (as this may take some time)
                self::createDebugInstance(__CLASS__)->debugOutput(sprintf('[%s:%d:] Analyzing file structure ... (this may take some time)', __METHOD__, __LINE__));