Forum
Welcome, Guest
Please Login to access forum.
Re:Notice: Undefined property: stdClass::$introtext in /plugins/content/instantpaypal/instantpaypal.php (1 viewing) 
Go to bottom
TOPIC: Re:Notice: Undefined property: stdClass::$introtext in /plugins/content/instantpaypal/instantpaypal.php
#5249
John Dagelmore
Admin
Posts: 3877
User Offline
Re:Notice: Undefined property: stdClass::$introtext in /plugins/content/instantpaypal/instantpaypal.php Karma: 84  
That's normal, Joomla calls every content plugins from different context not only com_content context.
Obviously this allows to use content plugins outside the com_content. If you prefer you can add an extra condition before that line such as:

Code:

if($context != 'com_content.article') { return false; }
Regards John
 
Logged Logged  
  The administrator has disabled public write access.
Go to top