Active
Project:
Views Custom Field
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Jul 2012 at 09:31 UTC
Updated:
22 Jul 2012 at 09:31 UTC
Hi there,
I was using this code to render the url within a php custom field. It's worked fine for long time, 3 days ago all of the sudden it stopped working, it simply inputs nothing.
<?php $static = $this->view->display_handler->get_handlers('field'); echo $static['path']->last_render; ?>
Any idea of what could happen?
Thanks