# This patch file was generated by NetBeans IDE
# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
# It uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
--- addtoany/views/addtoany_handler_field_addtoany_link_1.inc
+++ addtoany/views/addtoany_handler_field_addtoany_link.inc
@@ -17,9 +17,10 @@
   function render($values) {
 
     $node = new stdClass();
-    $node->nid = $values->{$this->aliases['nid']};
-    $node->title = $values->{$this->aliases['title']};
+    $node->nid = $values->nid;
+    $node->title = $values->node_title;
     	$teaser = '';
 	return _addtoany_create_button($node, $teaser);
+
   }
 }
