1
0
mirror of https://github.com/agdsn/ancient-weatherstation.git synced 2026-06-19 23:07:59 +00:00

increasing performance of the web frontend

git-svn-id: file:///home/jan/tmp/wetterstation/trunk@216 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
losinshi
2007-01-11 00:39:47 +00:00
parent 06ceddf51a
commit d794361b87
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ class ModuleSet{
}
function &_getConnInstance(){
if($connInstance == NULL){
if($this->connInstance == NULL){
$this->connInstance = new Connection();
}
return $this->connInstance;