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
#5252
Brian
Fresh Boarder
Posts: 5
User Offline
Re:Notice: Undefined property: stdClass::$introtext in /plugins/content/instantpaypal/instantpaypal.php Karma: 0  
[code]
if(!isset($article->text)) {
if (isset($article->introtext)){
$article->text = $article->introtext;
}
else {
$article->text = '';
}
}

{/code]

The above would avoid the PHP warning in your code, in any context.
 
Logged Logged  
  The administrator has disabled public write access.
Go to top