Hi,
I am using the tag pi_lastmodified. It was working fine until I updated my CMS to the latest version, version 1.10. I am now receiving an error:
Fatal error: Cannot access protected property Content::$mModifiedDate in /.../plugins/function.pi_lastmodified.php on line 30.
Is there a simple way I can fix this, or a different plugin that I can use that shows the last modification date on a webpage.
Thank you very much!
Plugin: pi_lastmodified
Re: Plugin: pi_lastmodified
Why you doesn't use Plugin modified_date
?
(comes with default install)

(comes with default install)
Re: Plugin: pi_lastmodified
Thank you! That is what I should have used from the beginning. I missedit originally when looking through the tags.