Skip to content

Commit e125188

Browse files
committed
init ACLs in CLI
When using the text renderer, we might execute syntax plugins that check ACLs. We don't have a user when running the CLI but we want to index everything an anonymous user would be able to see. For that the ACLs need to be loaded.
1 parent 1816958 commit e125188

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli.php

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ protected function setup(Options $options)
8080
protected function main(Options $options)
8181
{
8282
parent::main($options);
83+
auth_setup(); // make sure ACLs are initialized
8384

8485
$model = $options->getOpt('model');
8586
if ($model) {

0 commit comments

Comments
 (0)