Prepare 0.6.0
[shpub.git] / src / shpub / Config / Host.php
index 74dd523bac364902d7f12b3c89e9819085ac37db..f3214e29f8aea0da558b15d4ea2c074bd5798189 100644 (file)
@@ -52,7 +52,7 @@ class Config_Host
             if ($this->token) {
                 $this->endpoints->discoverMedia($this->token);
             }
-            //$this->endpoints->save($this->server);
+            $this->endpoints->save($this->server);
         }
     }
 }