diff --git a/uc_ajax_cart.module b/uc_ajax_cart.module index a733c30..c867bd8 100644 --- a/uc_ajax_cart.module +++ b/uc_ajax_cart.module @@ -410,7 +410,7 @@ function uc_ajax_uc_empty_cart() { * * Code from CacheExclude - http://drupal.org/project/cacheexclude */ -function uc_cart_exit() { +function uc_ajax_cart_exit() { global $base_root; $pages = array('uc_ajax_cart', UC_AJAX_CART_ADD_CALLBACK, UC_AJAX_CART_REMOVE_CALLBACK, UC_AJAX_CART_SHOW_CALLBACK, UC_AJAX_CART_LINK_CALLBACK, UC_AJAX_CART_UPDATE_CALLBACK, UC_AJAX_CART_SHOW_VIEW_CALLBACK);