]> git.mxchange.org Git - hub.git/commit - application/hub/config.php
Use array_push() instead of [] as array_push() checks if parameter 1 is really an...
authorRoland Häder <roland@mxchange.org>
Sun, 3 Mar 2013 22:35:39 +0000 (22:35 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 3 Mar 2013 22:35:39 +0000 (22:35 +0000)
commit88fd171613ace75f26534529af8b2af213217d33
treec03659eabea0c1d6a69d7f468fb50227bf622f6f
parentdf7e85abb98cc30681e4ee1ccc03321b554f3112
Use array_push() instead of [] as array_push() checks if parameter 1 is really an array
16 files changed:
application/hub/config.php
application/hub/interfaces/distributable/class_Distributable.php
application/hub/main/dht/class_BaseDht.php
application/hub/main/dht/node/class_NodeDhtFacade.php
application/hub/main/handler/answer-status/requests/class_RequestNodeListAnswerOkayHandler.php
application/hub/main/handler/message-types/requests/class_NodeMessageRequestNodeListHandler.php
application/hub/main/handler/tasks/class_TaskHandler.php
application/hub/main/listener/class_BaseListener.php
application/hub/main/listener/tcp/class_TcpListener.php
application/hub/main/listener/udp/class_UdpListener.php
application/hub/main/lists/class_BaseList.php
application/hub/main/package/fragmenter/class_PackageFragmenter.php
application/hub/main/pools/peer/class_DefaultPeerPool.php
application/hub/main/tasks/node/chunks/class_NodeChunkAssemblerTask.php
application/hub/main/tasks/node/decoder/class_NodePackageDecoderTask.php
application/hub/main/tasks/node/dht/class_NodeDhtQueryTask.php