Removed bug to allow CRU operation, D not yet tested
This commit is contained in:
@@ -151,8 +151,8 @@ abstract class AbstractClubsController extends BaseController
|
||||
if(isset($values[$m]))
|
||||
$data[$m] = $values[$m];
|
||||
}
|
||||
|
||||
return urlencode(json_encode($data));
|
||||
$json = json_encode($data);
|
||||
return urlencode($json);
|
||||
}
|
||||
|
||||
protected function filterPrePacking(&$values){}
|
||||
|
||||
Reference in New Issue
Block a user