Rename AJAX function
authorJoey Schulze <joey@infodrom.org>
Thu, 10 May 2018 20:35:31 +0000 (22:35 +0200)
committerJoey Schulze <joey@infodrom.org>
Thu, 10 May 2018 20:35:31 +0000 (22:35 +0200)
class/stempel.class.php

index b4119c0..540daf6 100644 (file)
@@ -7,7 +7,7 @@ class Stempel extends DatabaseTable {
     parent::__construct('stempel', $id);
   }
 
     parent::__construct('stempel', $id);
   }
 
-  public function ajaxTask(Array $data)
+  public function ajaxEditTask(Array $data)
   {
       return $this->modify('task', utf8_decode($data['content']));
   }
   {
       return $this->modify('task', utf8_decode($data['content']));
   }