]> git.mxchange.org Git - core.git/commitdiff
Need to call pointer instance ...
authorRoland Haeder <roland@mxchange.org>
Wed, 4 Jun 2014 21:27:43 +0000 (23:27 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 4 Jun 2014 21:27:43 +0000 (23:27 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/file_directories/class_BaseFile.php

index d7a73372baea2ccc1e949bf7687516f63cc9bfa4..7c96e34c619138ad5aecc344e8b81a08f98d8059 100644 (file)
@@ -207,8 +207,8 @@ y    * @return      void
         * @return      $fileSize       Size of abstracted file
         */
        public function getFileSize () {
-               // Call block instanze
-               return $this->getBlockInstance()->getFileSize();
+               // Call pointer instanze
+               return $this->getPointerInstance()->getFileSize();
        }
 
        /**