Can't create wiki with WikiLambda
*Created by: edg2s*
```
PHP Warning: file_get_contents(/srv/patchdemo-wikis/5898464cf3/w/extensions/WikiLambda/function-schemata/data/definitions/dependencies.json): failed to open stream: No such file or directory in /srv/patchdemo-wikis/5898464cf3/w/extensions/WikiLambda/includes/Hooks.php on line 243
RuntimeException from line 245 of /srv/patchdemo-wikis/5898464cf3/w/extensions/WikiLambda/includes/Hooks.php: Could not load dependencies file from function-schemata sub-repository of the WikiLambda extension. Have you initiated & fetched it? Try `git submodule update --init --recursive`.
```
We run submodule update for VE so that probably needs to be done here too:
https://github.com/MatmaRex/patchdemo/blob/52424fa52e7414e2f408bb03bb814625d267f046/new/checkout.sh#L25-L28
issue