install_karma/index.php, global $db
Brought to you by:
m157y
In trunk in the install_karma/index.php in the function remove_config,
needs the line
global $db;
Or it gives an error and break the installation in a state where you cant recover easily whithout restore your DB.
* Remove configuration
*/
function remove_config($changes = false)
{
global $db; // <<<PUT THIS HERE
if (!is_array($changes))