Need to call pointer instance ...
[core.git] / 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();
        }
 
        /**