Skip to content

Commit

Permalink
strict warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pollen8 committed Jan 16, 2014
1 parent 606f0cf commit 4e1517c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/com_fabrik/models/plugin-list.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,12 @@ public function onLoadJavascriptInstance($args)
/**
* onGetData method
*
* @param &$args Array Additional options passed into the method when the plugin is called
*
* @return bool currently ignored
*/

public function onLoadData()
public function onLoadData(&$args)
{
return true;
}
Expand Down

0 comments on commit 4e1517c

Please sign in to comment.