True back end - notifications
This commit is contained in:
@@ -77,8 +77,9 @@ class WrenchNotifications extends BaseController
|
||||
|
||||
switch ($endpoint){
|
||||
case 'mynotifications':
|
||||
$call_backend = false;
|
||||
$local_out = $this->dummyData();
|
||||
$call_backend = true;
|
||||
// $local_out = $this->dummyData();
|
||||
$in["action"]=WRENCHBOARD_ACCT_NOTIFICATIONS;
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user