We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ce6380 commit 113c86eCopy full SHA for 113c86e
module.json
@@ -1,6 +1,6 @@
1
{
2
"name" : "Network",
3
- "version" : "3.1.6",
+ "version" : "3.1.7",
4
"location" : "/opt/emoncms/modules",
5
"branches_available": ["stable","master"]
6
}
network-module/network_model.php
@@ -2,6 +2,7 @@
class Network
+ private $log = null;
private $moduledir = "";
7
8
public function __construct()
0 commit comments