Index: branches/1.2.x/units/widgets/widget_eh.php =================================================================== diff -u -N -r15138 -r15146 --- branches/1.2.x/units/widgets/widget_eh.php (.../widget_eh.php) (revision 15138) +++ branches/1.2.x/units/widgets/widget_eh.php (.../widget_eh.php) (revision 15146) @@ -54,7 +54,7 @@ */ function OnCustomEvent($event) { - $object =& $event->getObject(); + $object = $event->getObject(); /* @var $object kDBList */ } @@ -71,7 +71,7 @@ { parent::SetCustomQuery($event); - $object =& $event->getObject(); + $object = $event->getObject(); /* @var $object kDBList */ # identifying event based on special and setting filter Index: branches/1.2.x/units/sections/users/e_user_eh.php =================================================================== diff -u -N -r15131 -r15146 --- branches/1.2.x/units/sections/users/e_user_eh.php (.../e_user_eh.php) (revision 15131) +++ branches/1.2.x/units/sections/users/e_user_eh.php (.../e_user_eh.php) (revision 15146) @@ -81,7 +81,7 @@ { parent::SetCustomQuery($event); - $object =& $event->getObject(); + $object = $event->getObject(); /* @var $object kDBList */ # identifying event based on special and setting filter Index: branches/1.2.x/units/sections/articles/e_article_eh.php =================================================================== diff -u -N -r15131 -r15146 --- branches/1.2.x/units/sections/articles/e_article_eh.php (.../e_article_eh.php) (revision 15131) +++ branches/1.2.x/units/sections/articles/e_article_eh.php (.../e_article_eh.php) (revision 15146) @@ -81,7 +81,7 @@ { parent::SetCustomQuery($event); - $object =& $event->getObject(); + $object = $event->getObject(); /* @var $object kDBList */ # identifying event based on special and setting filter Index: branches/1.2.x/units/sections/links/e_link_eh.php =================================================================== diff -u -N -r15131 -r15146 --- branches/1.2.x/units/sections/links/e_link_eh.php (.../e_link_eh.php) (revision 15131) +++ branches/1.2.x/units/sections/links/e_link_eh.php (.../e_link_eh.php) (revision 15146) @@ -81,7 +81,7 @@ { parent::SetCustomQuery($event); - $object =& $event->getObject(); + $object = $event->getObject(); /* @var $object kDBList */ # identifying event based on special and setting filter Index: branches/1.2.x/units/sections/products/e_product_eh.php =================================================================== diff -u -N -r15131 -r15146 --- branches/1.2.x/units/sections/products/e_product_eh.php (.../e_product_eh.php) (revision 15131) +++ branches/1.2.x/units/sections/products/e_product_eh.php (.../e_product_eh.php) (revision 15146) @@ -82,7 +82,7 @@ { parent::SetCustomQuery($event); - $object =& $event->getObject(); + $object = $event->getObject(); /* @var $object kDBList */ # identifying event based on special and setting filter Index: branches/1.2.x/units/sections/categories/e_category_eh.php =================================================================== diff -u -N -r15131 -r15146 --- branches/1.2.x/units/sections/categories/e_category_eh.php (.../e_category_eh.php) (revision 15131) +++ branches/1.2.x/units/sections/categories/e_category_eh.php (.../e_category_eh.php) (revision 15146) @@ -81,7 +81,7 @@ { parent::SetCustomQuery($event); - $object =& $event->getObject(); + $object = $event->getObject(); /* @var $object kDBList */ # identifying event based on special and setting filter