From 0bd65bbdde87890661e5d3e360c6f1254fd2d303 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Tue, 20 May 2014 21:45:58 +0200 Subject: [PATCH] Opps. ;-( MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- inc/classes/main/index/class_BaseIndex.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__)); -- 2.39.5