Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Jun 26, 2016
1 parent 27069e2 commit 5621038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/composer/EventsHandler.php
Expand Up @@ -4,7 +4,7 @@ class EventsHandler{
static function setup($event){
$GLOBALS['ioDialogRedCat'] = $event->getIO();
$php = 'bin/artist.phar';
$_SERVER['argv'] = $GLOBALS['argv'] = [$php,'install:end'];
$_SERVER['argv'] = $GLOBALS['argv'] = [$php,'--plugins=plugins/artist="MyApp\\Artist"','setup'];
ob_start();
include $php;
}
Expand Down

0 comments on commit 5621038

Please sign in to comment.