Jacek Kowalski
2026-02-16 e7bf0bf4fb1fc7f89a908dcc329e5281de8b15ea
Add hook_install.php and remove hook_enable.php include in public.php
1 files added
1 files modified
5 ■■■■■ changed files
hook_install.php 3 ●●●●● patch | view | raw | blame | history
public.php 2 ●●●●● patch | view | raw | blame | history
hook_install.php
New file
@@ -0,0 +1,3 @@
<?php
require_once(__DIR__ . '/vendor/autoload.php');
require_once(__DIR__ . '/hook_enable.php');
public.php
@@ -2,8 +2,6 @@
require_once(__DIR__ . '/vendor/autoload.php');
try {
    require_once(__DIR__ . '/hook_enable.php');
    $helper = new \SIPL\UCRM\wFirma\UcrmHelper();
    $event = $helper->getCurrentEvent();