From: Roland Haeder Date: Tue, 20 May 2014 19:45:58 +0000 (+0200) Subject: Opps. ;-( X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=0bd65bbdde87890661e5d3e360c6f1254fd2d303 Opps. ;-( Signed-off-by: Roland Häder --- diff --git a/inc/classes/main/index/class_BaseIndex.php b/inc/classes/main/index/class_BaseIndex.php index 29d0d52e..748a278a 100644 --- a/inc/classes/main/index/class_BaseIndex.php +++ b/inc/classes/main/index/class_BaseIndex.php @@ -162,7 +162,7 @@ class BaseIndex extends BaseFrameworkSystem { 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__));