Improvements to payment and other misc items
This commit is contained in:
@@ -20,8 +20,6 @@ class Controller_User_Service extends Controller_Service {
|
||||
* This ajax functions obtains the manage button login/password for this service
|
||||
*/
|
||||
public function action_ajaxmanage() {
|
||||
$this->auto_render = FALSE;
|
||||
|
||||
$so = ORM::factory('Service',$this->request->param('id'));
|
||||
$k = Session::instance()->get_once('manage_button');
|
||||
$amo = $so->plugin(isset($_REQUEST['t']) ? $_REQUEST['t'] : '');
|
||||
|
Reference in New Issue
Block a user