Index: trunk/wifidog-auth/wifidog/classes/Network.php
===================================================================
--- trunk/wifidog-auth/wifidog/classes/Network.php	(revision 748)
+++ trunk/wifidog-auth/wifidog/classes/Network.php	(revision 752)
@@ -389,5 +389,5 @@
 			throw new Exception("Network::getAuthenticator():  Security error:  The parameters passed to the constructor of the authenticator are potentially unsafe");
 		}
-		$objstring = 'return new '.$this->mRow['network_authenticator_class']."('".$this->mRow['network_authenticator_params']."');";
+		$objstring = 'return new '.$this->mRow['network_authenticator_class']."(".$this->mRow['network_authenticator_params'].");";
 		return eval ($objstring);
 	}
