Skip to content

Commit

Permalink
Task techjoomla#199 feat: Save process optimisation
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush-maherwal committed Oct 4, 2019
1 parent 5227187 commit 403c6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.tjfields.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function preflight($type, $parent)
// Delete sql file if exist as related column is added through script
if (JFile::exists(JPATH_SITE . '/administrator/components/com_tjfields/sql/updates/mysql/1.3.1.sql'))
{
JFile::delete($image);
JFile::delete(JPATH_SITE . '/administrator/components/com_tjfields/sql/updates/mysql/1.3.1.sql');
}
}

Expand Down

0 comments on commit 403c6f6

Please sign in to comment.