Fabrik / fabrik

Fabrik for Joomla 3.x
http://fabrikar.com
Other
254 stars 380 forks source link

CB plugin update #116

Closed felixkat closed 12 years ago

felixkat commented 12 years ago

Deprecated: Assigning the return value of new by reference is deprecated in Z:\Web\wamp\www\dev\cbtest\components\com_comprofiler\plugin\user\plug_fabrik\fbk.fabrik.php on line 17

Changing

$dispatcher =& new JDispatcher();

to

$dispatcher = new JDispatcher();

Resolves the issue? PHP5 thing?

pollen8 commented 12 years ago

yes php thing,