mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
10 lines
197 B
PHP
10 lines
197 B
PHP
<?php
|
|
|
|
// crmv@197423
|
|
|
|
if (isModuleInstalled('VteSync')) {
|
|
require_once('modules/VteSync/VteSync.php');
|
|
$vsync = VteSync::getInstance();
|
|
$vsync->vtlib_handler('VteSync', 'module.postupdate');
|
|
}
|