From 47b42205431e61286b3d1dcc81caa915fde3af53 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 20 Sep 2016 10:42:12 +0200 Subject: [PATCH] re-enable endpoint caching --- src/shpub/Config/Host.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shpub/Config/Host.php b/src/shpub/Config/Host.php index 74dd523..f3214e2 100644 --- a/src/shpub/Config/Host.php +++ b/src/shpub/Config/Host.php @@ -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); } } } -- 2.30.2