浏览代码

Se modificó el path del hook para kea

Espinoza Guillermo 7 年之前
父节点
当前提交
516caeed57
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/KeaBundle/Services/KeaConfigService.php

+ 1 - 1
src/KeaBundle/Services/KeaConfigService.php

@@ -40,7 +40,7 @@ class KeaConfigService
      *
      * @return string
      */
-    public function getConfig($id, $className = 'BaseKea', $library = '/home/iksop/kea-hook-cm/kea-hook-flowdat.so')
+    public function getConfig($id, $className = 'BaseKea', $library = '/kea-cm-hook/kea-hook-flowdat.so')
     {
         $config = '';
         $fullClass = 'KeaBundle\\Services\\' . $className;