Closed felixkat closed 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?
yes php thing,
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?