Code

Switched log call
[gosa.git] / plugins / admin / systems / class_goFonServer.inc
index 7457444c8e796beb03b2eaed7a447a50903adaaa..7408a7800ae6ce7260cdfe6470e48e39da609b45 100644 (file)
@@ -40,7 +40,7 @@ class goFonServer extends goService{
   { 
     if($this->is_account && !$this->view_logged){
       $this->view_logged = TRUE;
-      @log::log("view","server/".get_class($this),$this->dn);
+      new log("view","server/".get_class($this),$this->dn);
     }
 
     $smarty = get_smarty();