Bug in ggsysinfo in the systemstatus
You need to be logged in to post messages in the forums. New users may register here.
|
SEBBANE Alexandre
Member since: 09 January 2008
Posts: 16
|
Wednesday 25 August 2010 2:20:40 pm
you have to replace in classes/sysinfotools.php
if ( $ini->variable( 'ClusteringSettings', 'FileHandler' ) == 'ezdb' )
by
if ( $ini->variable( 'ClusteringSettings', 'FileHandler' ) == 'eZDBFileHandler' )
this is my firts correction for the great extension
|
|
|
Gaetano Giunta
Member since: 09 January 2008
Posts: 152
|
Friday 27 August 2010 5:34:12 am
Merci Alexandre.
Fixed in rev. 0.4 (svn #59)
|
|
You need to be logged in to post messages in the forums. New users may register here.