Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wucangzhou committed Jul 13, 2015
1 parent 9635b74 commit 12d7878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion star-modules/order/controllers/home/OrderController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace star\order\controllers\home;

use cluster\modules\cart\models\ShoppingCart;
use star\cart\models\ShoppingCart;
use star\order\models\Order;
use star\catalog\models\Sku;
use Yii;
Expand Down
2 changes: 1 addition & 1 deletion star-themes/home/default/modules/cart/views/cart/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* @var $this yii\web\View */
/* @var $dataProvider yii\data\ActiveDataProvider */

list($url,$link) = $this->getAssetManager()->publish('@home/modules/cart/web');
list($url,$link) = $this->getAssetManager()->publish('@star/cart/web');
$this->registerJsFile($link . '/js/cart.js',['depends' => [\yii\web\JqueryAsset::className()]] );

$form = \yii\widgets\ActiveForm::begin();
Expand Down

0 comments on commit 12d7878

Please sign in to comment.