mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 05:29:13 +01:00
Turn off debug
This commit is contained in:
parent
67f7a82c7d
commit
cabb2c2fb0
@ -102,7 +102,7 @@ class home_weather_portlet extends home_portlet
|
|||||||
*/
|
*/
|
||||||
public function get_weather(Array $query, $api_url = '')
|
public function get_weather(Array $query, $api_url = '')
|
||||||
{
|
{
|
||||||
static $debug = true;
|
static $debug = false;
|
||||||
if(!$api_url)
|
if(!$api_url)
|
||||||
{
|
{
|
||||||
$api_url = self::API_URL . '/weather?';
|
$api_url = self::API_URL . '/weather?';
|
||||||
|
Loading…
Reference in New Issue
Block a user