Skip to content

Commit

Permalink
fix script installer
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriitux committed Jan 20, 2023
1 parent 734f9d5 commit b5f0d08
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions script.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
use Joomla\Filesystem\Folder;
use Joomla\Filesystem\Path;

if(class_exists('Lib_fieldsInstallerScript'))
{
return;
}

/**
* Class Lib_fieldsInstallerScript
*/
Expand Down

0 comments on commit b5f0d08

Please sign in to comment.