Updated core:
[core.git] / inc / classes / main / class_BaseFrameworkSystem.php
index 679e5e4af81ee8c9586a6afcdb22c62702362ebc..6c7eb5d245101cc930a0ca0503fe383a9821eeab 100644 (file)
@@ -783,7 +783,7 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface {
         * @param       $fileIoInstance         An instance to the file I/O sub-system
         * @return      void
         */
-       public final function setFileIoInstance (FileIoHandler $fileIoInstance) {
+       public final function setFileIoInstance (IoHandler $fileIoInstance) {
                $this->fileIoInstance = $fileIoInstance;
        }