]> git.mxchange.org Git - hub.git/commitdiff
Don't miss this to set ... :(
authorRoland Häder <roland@mxchange.org>
Wed, 31 Aug 2011 20:19:55 +0000 (20:19 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 31 Aug 2011 20:19:55 +0000 (20:19 +0000)
application/hub/main/states/peer/connected/class_ConnectedPeerState.php

index 62479e41f3a38dc554c6c4c4c3e39604b97bf2e3..a9ffe20213bbb5e889174a603e2b90328c1f93d7 100644 (file)
@@ -32,7 +32,7 @@ class ConnectedPeerState extends BasePeerState implements PeerStateable {
                parent::__construct(__CLASS__);
 
                // Set state name
-               $this->setStateName('');
+               $this->setStateName('connected');
        }
 
        /**