PHP 7 issues, suggestion

stratacorps

New member
This is a non-critical issue, but could you update your Joomla! plugin to help reduce the PHP 7+ issues with deprecation warnings?

In your plugin, on line 29 of the webrotate360/webrotate360.php file change
Code:
function PlgContentWebRorate360(&$subject, $config);
to
Code:
function __construct(&$subject, $config);
Thanks!
 

WebSupport

Active member
Interesting..

and thanks for the feedback! We will get it tested on PHP 7.x as part of the pending Joomla plugin update and will resolve the compatibility issues.
 
Top