Merged changes from main trunk 2.2.1-2.2.2
[fa-stable.git] / includes / session.inc
index ea1c12a54367e978845e0c99f4370ab7a2a571b0..ba703dee0e8432e5dbd442cfcfd78b2e66db3be8 100644 (file)
@@ -186,7 +186,7 @@ include_once($path_to_root . "/config.php");
 include_once($path_to_root . "/includes/main.inc");
 
 // Ajax communication object
-$Ajax =& new Ajax();
+$Ajax = new Ajax();
 
 // js/php validation rules container
 $Validate = array();