diff options
Diffstat (limited to 'modules/local_import/helpers/local_import_block.php')
-rw-r--r-- | modules/local_import/helpers/local_import_block.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/local_import/helpers/local_import_block.php b/modules/local_import/helpers/local_import_block.php index c337af41..b412f338 100644 --- a/modules/local_import/helpers/local_import_block.php +++ b/modules/local_import/helpers/local_import_block.php @@ -18,7 +18,7 @@ * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ class local_import_block_Core { - public static function head($theme) { + static function head($theme) { $head[] = html::script("modules/local_import/js/local_import.js"); $url = url::file("modules/local_import/css/local_import.css"); |