Index: branches/5.0.x/core/install.php =================================================================== diff -u -r12849 -r12899 --- branches/5.0.x/core/install.php (.../install.php) (revision 12849) +++ branches/5.0.x/core/install.php (.../install.php) (revision 12899) @@ -1,6 +1,6 @@ toolkit->RunSQL('/themes' . '/' . $theme_name . '/' . $module_info['TemplatePath'] . '_install/install_data.sql'); + $this->toolkit->RunSQL('/themes' . '/' . $theme_name . '/' . $module_info['TemplatePath'] . '_install/install_data.sql', '{ThemeId}', $theme_id); } } break;