#31101 Decouple widgets and embed code
[com.zyxware.civiwci.git] / wci-helper-functions.php
index a6a0edd253b89a328c51e25ad3bd1bcd49d258c2..5629066c85d1e5b6aa8ce40ad96315585806090d 100644 (file)
@@ -18,7 +18,7 @@
   }
   
   function getWciWidgetControllerPath() {
-    $widget_controller_path = getExtensionRootPath() . '/extern/wciwidget.php';
+    $widget_controller_path = getExtensionRootPath() . '/extern/embed.php';
     
     return $widget_controller_path;
   }