forked from GNUsocial/gnu-social
StatusNet class renamed GNUsocial
also added backward compatible StatusNet class for the two calls I know third party plugins use, isHTTPS and getActivePlugins
This commit is contained in:
@@ -74,7 +74,7 @@ class QnanewanswerAction extends Action
|
||||
{
|
||||
parent::prepare($argarray);
|
||||
if ($this->boolean('ajax')) {
|
||||
StatusNet::setApi(true);
|
||||
GNUsocial::setApi(true);
|
||||
}
|
||||
common_debug("in qnanewanswer");
|
||||
$this->user = common_current_user();
|
||||
|
||||
Reference in New Issue
Block a user