mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-14 03:52:21 +03:00
Remove "ajax_" prefix from calendar controller.
This commit is contained in:
parent
fac8ff87d2
commit
fa60eec728
1 changed files with 2 additions and 2 deletions
|
@ -246,7 +246,7 @@ class Calendar extends EA_Controller {
|
||||||
* Notification emails are send to both provider and customer and the delete action is executed to the Google
|
* Notification emails are send to both provider and customer and the delete action is executed to the Google
|
||||||
* Calendar account of the provider, if the "google_sync" setting is enabled.
|
* Calendar account of the provider, if the "google_sync" setting is enabled.
|
||||||
*/
|
*/
|
||||||
public function ajax_delete_appointment()
|
public function delete_appointment()
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
@ -361,7 +361,7 @@ class Calendar extends EA_Controller {
|
||||||
/**
|
/**
|
||||||
* Delete an unavailable time period from database.
|
* Delete an unavailable time period from database.
|
||||||
*/
|
*/
|
||||||
public function ajax_delete_unavailable()
|
public function delete_unavailable()
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue