Skip to content

Commit 27ec3ff

Browse files
committed
updates removing individual registerPlugin calls in favor of the generic tfsmarty one
1 parent 93040c8 commit 27ec3ff

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Plugin.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ public static function getQueue(GenericEvent $event)
9797
myadmin_log(self::$module, 'error', 'Call '.$serviceInfo['action'].' for VPS '.$serviceInfo['vps_hostname'].'(#'.$serviceInfo['vps_id'].'/'.$serviceInfo['vps_vzid'].') Does not Exist for '.self::$name, __LINE__, __FILE__, self::$module, $serviceInfo['vps_id'], true, false, $serviceInfo['vps_custid']);
9898
} else {
9999
$smarty = new \TFSmarty();
100-
$smarty->registerPlugin('modifier', 'escapeshellarg', 'escapeshellarg');
101100
$smarty->assign($serviceInfo);
102101
$output = $smarty->fetch(__DIR__.'/../templates/'.$serviceInfo['action'].'.sh.tpl');
103102
myadmin_log(self::$module, 'info', 'Queue '.$server_info[$settings['PREFIX'].'_name'].' '.$output, __LINE__, __FILE__, self::$module, $serviceInfo['vps_id'], true, false, $serviceInfo['vps_custid']);

0 commit comments

Comments
 (0)