Jump to content


Issue Information

  • #000234

  • 2 - Fair

  • Fixed

  • 1.2.0 RC 1

  • 1.2.0

Issue Confirmations

  • Yes (0)No (0)
Photo

Error when saving in Full Editor

Posted by Adriano 09 February 2011 - 03:37 AM

It's showing this message but the content is saved.

Capturar.PNG

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:

/* 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.

Updating version to: 1.2.0 RC 1





0 user(s) are reading this issue

0 members, 0 guests, 0 anonymous users