Skip to content

Commit 113c86e

Browse files
declare log
1 parent 6ce6380 commit 113c86e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "Network",
3-
"version" : "3.1.6",
3+
"version" : "3.1.7",
44
"location" : "/opt/emoncms/modules",
55
"branches_available": ["stable","master"]
66
}

network-module/network_model.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
class Network
44
{
5+
private $log = null;
56
private $moduledir = "";
67

78
public function __construct()

0 commit comments

Comments
 (0)