Logs main nl events (create, delete, validate, cancel) (Closes #1393).
[platal.git] / include / webservices / ax / client.inc
index ebc9163..a662552 100755 (executable)
@@ -1,6 +1,6 @@
 <?php
 
-function ax_load_object(&$obj, $from)
+function ax_load_object($obj, $from)
 {
     foreach ($from as $k=>$v) {
         if (property_exists($obj, $k)) {