From 4119c322abe8af1ccfedf8a29169ae1ec8d36e8b Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 19 May 2014 19:52:20 +0200 Subject: [PATCH] Added Registerable interface as the FileStackFactory is using it. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../io/class_FrameworkFileInputOutputPointer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/classes/main/file_directories/io/class_FrameworkFileInputOutputPointer.php b/inc/classes/main/file_directories/io/class_FrameworkFileInputOutputPointer.php index f76e3ace..5d23c7bf 100644 --- a/inc/classes/main/file_directories/io/class_FrameworkFileInputOutputPointer.php +++ b/inc/classes/main/file_directories/io/class_FrameworkFileInputOutputPointer.php @@ -85,7 +85,7 @@ class FrameworkFileInputOutputPointer extends BaseFileIo implements InputOutputP * is not set by setPointer() * @throws InvalidResourceException If there is being set */ - private function validateFileHeader () { + private function validateFilePointer () { if (is_null($this->getPointer())) { // Pointer not initialized throw new NullPointerException($this, self::EXCEPTION_IS_NULL_POINTER); -- 2.30.2