Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Imported From: http://groups.google.com/group/in-portal-bugs/browse_thread/thread/e41b5980751c4fe0#

OnBeforeItemUpdate event in CatEventHandler class throws fatal error when
trying to access undefined variable as object. This happen because $object
is defined inside "if" construction, but after that is also used outside.
Nobody never tried making custom Category Item without ItemPropertyMappings
defined in config (this is "if" condition) until now, so we never have seen
this issue.

Attached patch fixes the bug.

  • No labels