Fixes deprecated features in PHP 5.3.x.
[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)) {