Skip to content

Commit b5f0d08

Browse files
committed
fix script installer
1 parent 734f9d5 commit b5f0d08

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

script.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
use Joomla\Filesystem\Folder;
44
use Joomla\Filesystem\Path;
55

6+
if(class_exists('Lib_fieldsInstallerScript'))
7+
{
8+
return;
9+
}
10+
611
/**
712
* Class Lib_fieldsInstallerScript
813
*/

0 commit comments

Comments
 (0)