It is readFileHeader().
authorRoland Haeder <roland@mxchange.org>
Sun, 18 May 2014 09:23:55 +0000 (11:23 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 18 May 2014 09:23:55 +0000 (11:23 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/stacker/file/class_BaseFileStack.php

index 94410d80385331dad1f1783be47a6efec92db347..b4a9133006462eb2d47afacc3f2712359ce17a04 100644 (file)
@@ -407,7 +407,7 @@ class BaseFileStack extends BaseStacker {
                // Is the file's header initialized?
                if ($this->isFileHeaderInitialized()) {
                        // Then load it
                // Is the file's header initialized?
                if ($this->isFileHeaderInitialized()) {
                        // Then load it
-                       $this->loadFileHeader();
+                       $this->readFileHeader();
                } else {
                        // No, then create it (which may pre-allocate the stack)
                        $this->createFileHeader();
                } else {
                        // No, then create it (which may pre-allocate the stack)
                        $this->createFileHeader();