]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/stacker/file/fifo/class_FiFoFileStack.php
Uh, need this method now, but does it work this way?
[core.git] / inc / classes / main / stacker / file / fifo / class_FiFoFileStack.php
index a143b04dfad981ca6643637846b3dba4e3ee4804..fea12a53320abbe0a2fdc39aa2318b47a4b679f3 100644 (file)
@@ -102,7 +102,8 @@ class FiFoFileStack extends BaseFileStack implements StackableFile, Calculatable
         * @return      $size   Size (in bytes) of file
         */
        public function size () {
-               $this->partialStub();
+               // Call the iterator instance
+               return $this->getIteratorInstance()->size();
        }
 }