mrtopher / dashEE

Control panel dashboard framework for EE CMS.
37 stars 5 forks source link

PHP Error in EE 2.5.3 #23

Closed jmcgaha closed 11 years ago

jmcgaha commented 11 years ago

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 )