Issue Information
-
#000234
-
2 - Fair
-
Fixed
-
1.2.0 RC 1
-
1.2.0
Issue Confirmations
-
Yes (0)No (0)
Updating severity to: 2 - Fair
Updating status to: Confirmed Bug
Hmm, I can't get it to throw that error, but I think I see what's causing it. Try changing this:
Updating status to: Confirmed Bug
Hmm, I can't get it to throw that error, but I think I see what's causing it. Try changing this:
/* Data Hook Location */ IPSLib::doDataHooks( array_merge( $tutorial, array( 'a_id' => $this->_originalTutorial['a_id'] ) ), 'tutorialEditArticle' );To this:
/* Data Hook Location */ $to_pass = array_merge( $tutorial, array( 'a_id' => $this->_originalTutorial['a_id'] ) ); IPSLib::doDataHooks( $to_pass, 'tutorialEditArticle' );
Updating status to: Fixed
Issue fixed in: 1.2.0
Did finally see this, and did patch it successfully using code above.
Issue fixed in: 1.2.0
Did finally see this, and did patch it successfully using code above.
Tks.
Updating version to: 1.2.0 RC 1
0 user(s) are reading this issue
0 members, 0 guests, 0 anonymous users














