Plugin/Events/Content: Difference between revisions
From Joomla! Documentation
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
I'm not sure what's going on here, but in my version of J!, the syntax of the override functions are backwards (ie. public function onContentBeforeSave works while onBeforeContentSave does not!) {Geoist} | I'm not sure what's going on here, but in my version of J!, the syntax of the override functions are backwards (ie. public function onContentBeforeSave works while onBeforeContentSave does not!) {Geoist} | ||
:I suppose you are talking about the 2.5 version...--[[User:Adriespo|Adriespo]] ([[User talk:Adriespo|talk]]) 09:48, 15 November 2012 (CST) | |||
Revision as of 15:48, 15 November 2012
I changed the sequence of functions to the sequence in which the functions fire. {AmyStephen}
I'm not sure what's going on here, but in my version of J!, the syntax of the override functions are backwards (ie. public function onContentBeforeSave works while onBeforeContentSave does not!) {Geoist}