From: Christian Weiske Date: Tue, 20 Sep 2016 08:42:12 +0000 (+0200) Subject: re-enable endpoint caching X-Git-Tag: v0.2.0~3 X-Git-Url: https://git.cweiske.de/shpub.git/commitdiff_plain/47b42205431e61286b3d1dcc81caa915fde3af53 re-enable endpoint caching --- 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); } } }