Explorar el Código

Se modificó el path del hook para kea

Espinoza Guillermo hace 7 años
padre
commit
516caeed57
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;