forked from GNUsocial/gnu-social
[Plugins][Components] Fixed issue where right panel form was rendered multiple times in actors plugin page. Actors page done.
This commit is contained in:
@@ -21,10 +21,11 @@ namespace Component\Right;
|
||||
|
||||
use App\Core\Event;
|
||||
use App\Core\Modules\Component;
|
||||
use App\Util\Common;
|
||||
|
||||
class Right extends Component
|
||||
{
|
||||
public function onEndTwigPopulateVars(array &$vars)
|
||||
public function onStartTwigPopulateVars(array &$vars)
|
||||
{
|
||||
return Event::next;
|
||||
}
|
||||
|
Reference in New Issue
Block a user