send smaller error pages for OMB API endpoints
This commit is contained in:
parent
486cbac522
commit
90689008ee
@ -54,7 +54,10 @@ class PostnoticeAction extends Action
|
|||||||
*/
|
*/
|
||||||
function prepare($argarray)
|
function prepare($argarray)
|
||||||
{
|
{
|
||||||
|
StatusNet::setApi(true); // Send smaller error pages
|
||||||
|
|
||||||
parent::prepare($argarray);
|
parent::prepare($argarray);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
$this->checkNotice();
|
$this->checkNotice();
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
|
@ -55,6 +55,8 @@ class UpdateprofileAction extends Action
|
|||||||
*/
|
*/
|
||||||
function prepare($argarray)
|
function prepare($argarray)
|
||||||
{
|
{
|
||||||
|
StatusNet::setApi(true); // Send smaller error pages
|
||||||
|
|
||||||
parent::prepare($argarray);
|
parent::prepare($argarray);
|
||||||
$license = $_POST['omb_listenee_license'];
|
$license = $_POST['omb_listenee_license'];
|
||||||
$site_license = common_config('license', 'url');
|
$site_license = common_config('license', 'url');
|
||||||
|
Loading…
Reference in New Issue
Block a user