Skip to content

Commit

Permalink
Bug #153541 fix: Request time out while executing the migration for c…
Browse files Browse the repository at this point in the history
…lient name
  • Loading branch information
ankush-maherwal committed Dec 2, 2019
1 parent 438839f commit e667786
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ class TjHouseKeepingUpdateClientName extends TjModelHouseKeeping
*/
public function migrate()
{
// Increase the php execution time for migration
ini_set('max_execution_time', 0);

JTable::addIncludePath(JPATH_ROOT . '/administrator/components/com_tjucm/tables');
JTable::addIncludePath(JPATH_ROOT . '/administrator/components/com_tjfields/tables');
JLoader::import('components.com_tjfields.helpers.tjfields', JPATH_ADMINISTRATOR);
Expand Down Expand Up @@ -241,7 +238,7 @@ public function migrate()
$updatedTypes[] = $ucmType->id;
$session->set('updatedTypes', $updatedTypes);

$result['status'] = false;
$result['status'] = '';
$result['message'] = "Migration in progress";

return $result;
Expand Down

0 comments on commit e667786

Please sign in to comment.