X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/e7d32433a6be7d06b742203ed36a4c93905a9813..2b39252b38f5bd1be462224fe781a40f5b0ddf95:/WEB-INF/lib/ttOrgHelper.class.php diff --git a/WEB-INF/lib/ttOrgHelper.class.php b/WEB-INF/lib/ttOrgHelper.class.php index b79b1bb2..1893379d 100644 --- a/WEB-INF/lib/ttOrgHelper.class.php +++ b/WEB-INF/lib/ttOrgHelper.class.php @@ -161,7 +161,7 @@ class ttOrgHelper { $res = $mdb2->query($sql); $val = $res->fetchRow(); $org_key = $val['org_key']; - if (!$site_key) return true; // Can't continue without org key. + if (!$org_key) return true; // Can't continue without org key. $curl_fields = array('site_id' => $site_id, 'site_key' => $site_key,