Skip to content

Commit

Permalink
Added missing view for image uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Mar 16, 2016
1 parent 4239985 commit 41befbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Aimeos/Shop/Controller/ExtadmController.php
Expand Up @@ -110,6 +110,7 @@ public function doAction( Request $request )
$cntlPaths = $aimeos->getCustomPaths( 'controller/extjs' );

$context = app( '\Aimeos\Shop\Base\Context' )->get( false );
$context->setView( app( '\Aimeos\Shop\Base\View' )->create( $context->getConfig(), array() ) );
$context = $this->setLocale( $context );

$controller = new \Aimeos\Controller\ExtJS\JsonRpc( $context, $cntlPaths );
Expand Down

0 comments on commit 41befbb

Please sign in to comment.