"connect" works and stores token in config
[shpub.git] / src / shpub / Config.php
index 5da9c4a729b9d8fad77d7c2f239a1e10b354ec00..9a2370507b0ca9fb11e53e620e59792f818c6d80 100644 (file)
@@ -58,7 +58,7 @@ class Config
             }
             $str .= '[' . $hostName . "]\n";
             foreach ($host as $hostProp => $hostVal) {
-                if ($hostProp == 'cache') {
+                if ($hostProp == 'endpoints') {
                     continue;
                 }
                 if ($hostVal == '') {