Explorar o código

Fix onWritable

walkor %!s(int64=3) %!d(string=hai) anos
pai
achega
33a549e724
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Events/Event.php

+ 1 - 1
src/Events/Event.php

@@ -175,7 +175,7 @@ class Event implements EventInterface
         if (!$event || !$event->add()) {
             return false;
         }
-        $this->_readEvents[$fd_key] = $event;
+        $this->_writeEvents[$fd_key] = $event;
         return true;
     }