mrtopher / dashEE

Control panel dashboard framework for EE CMS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Error in EE 2.5.3

jmcgaha opened this issue · comments

I've been getting this error in EE 2.5.3. Making the code change below in ext.dashee.php fixed it for me.

change:
public function sessions_end( &$data )

to:
public function sessions_end( $data )