-
Notifications
You must be signed in to change notification settings - Fork 38
extensionapi:info throws error #108
Comments
Hej, thanks for your report and your suggestion. Could you please prepare and send a PullRequest? I will review and merge it then. |
Hi - if you could guide me to create the pull-request - I can do it :-) |
Sure. You need to fork our repository into your github-account, checkout that repo, commit the bugfix, push it to github and then create a pull request. Looking forward to your first PR :-) regards |
Hi Hope you have recieved a PR from me Greetings Thomas 2015-09-29 9:51 GMT+02:00 Tobias Liebig notifications@github.com:
Venlig hilsen Thomas Hohn http://systime.dk/ |
If ./cli_dispatch.phpsh extbase extensionapi:info is called with an extension that is not installed it throws the following error:
PHP Warning: Invalid argument supplied for foreach() in /Users/tho/flat-sysgit/ibog-extensions/coreapi/Classes/Command/ExtensionApiCommandController.php line 103
since the $data['em_conf'] is empty if a if (!empty($data['em_conf'] )) is placed around the foreach it will return that the extension is not installed instead of an run-time error
The text was updated successfully, but these errors were encountered: