X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FOStatus%2Factions%2Fpushhub.php;h=5d0b9fbf903f64686388e4eeefc494bdddccc511;hb=8ffecae9c63d8d5a533f3d1610d36f93ba21c2fc;hp=5ab1fc23d833d435787eda24144c363ee15dcc93;hpb=f8e7d426530e02fd10c6756668c6338a01f78a4b;p=quix0rs-gnu-social.git diff --git a/plugins/OStatus/actions/pushhub.php b/plugins/OStatus/actions/pushhub.php index 5ab1fc23d8..5d0b9fbf90 100644 --- a/plugins/OStatus/actions/pushhub.php +++ b/plugins/OStatus/actions/pushhub.php @@ -49,7 +49,7 @@ class PushHubAction extends Action protected function prepare(array $args=array()) { - StatusNet::setApi(true); // reduce exception reports to aid in debugging + GNUsocial::setApi(true); // reduce exception reports to aid in debugging return parent::prepare($args); }