Create a simple Editor XTD Plugin and call a page where an editor is displayed (like com_content edit)
class PlgButtonSample extends JPlugin
{
public function onDisplay($name, $asset, $author)
{
// Can be also a string or boolean, it always breaks the jform
return;
}
}
Nothing should be displayed
An exception is thrown: (on getInput() where the plugins are loaded)
Call to a member function get() on null
Staging, php7
@wilsonge This is a regression and 3.5 blocker, as it is going to break any old editor plugins which does not return an array or object..
Probably related to b50885b
| Title |
|
||||||
| Labels |
Added:
?
|
||
@infograf768
Done, #9317 fixes it
| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-03-06 17:02:37 |
| Closed_By | ⇒ | brianteeman |
@nonumber
Please look