Change the follow me methods to add and update remove the follow_me_ prefix.
This commit is contained in:
parent
56fe969fe4
commit
adf677f63c
|
|
@ -64,7 +64,7 @@ include "root.php";
|
|||
public $destination_timeout = 0;
|
||||
public $destination_order = 1;
|
||||
|
||||
public function follow_me_add() {
|
||||
public function add() {
|
||||
//set the global variable
|
||||
global $db;
|
||||
|
||||
|
|
@ -93,7 +93,7 @@ include "root.php";
|
|||
$this->follow_me_destinations();
|
||||
} //end function
|
||||
|
||||
public function follow_me_update() {
|
||||
public function update() {
|
||||
//set the global variable
|
||||
global $db;
|
||||
//update follow me table
|
||||
|
|
|
|||
Loading…
Reference in New Issue