소스 검색

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;