[Customisation Database Commits] r931 - /trunk/titania/index.php
Nathan Guse
exreaction at phpbb.com
Mon Mar 29 02:15:32 BST 2010
Author: exreaction
Date: Mon Mar 29 02:15:31 2010
New Revision: 931
Log: (empty)
Modified:
trunk/titania/index.php
Modified: trunk/titania/index.php
==============================================================================
*** trunk/titania/index.php (original)
--- trunk/titania/index.php Mon Mar 29 02:15:31 2010
***************
*** 137,142 ****
--- 137,145 ----
// Start up the machine
$contrib_tools = new titania_contrib_tools($zip_file, $new_dir_name);
+ $package_root = $contrib_tools->find_root();
+ $contrib_tools->restore_root($package_root);
+
// Automod testing time
$details = '';
$html_results = $bbcode_results = array();
***************
*** 150,157 ****
if ($phpbb_path === false)
{
! $error = array_merge($error, $contrib_tools->error);
! continue;
}
phpbb::$template->assign_vars(array(
--- 153,160 ----
if ($phpbb_path === false)
{
! $contrib_tools->remove_temp_files();
! trigger_error(implode('<br />', $contrib_tools->error));
}
phpbb::$template->assign_vars(array(
More information about the customisationdb-commits
mailing list