Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
3.2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ottaz committed May 14, 2015
1 parent 1a5363a commit f4446f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions core/protected/config/wsver.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

define('XLSWS_VERSION', '3.2.7');
define('XLSWS_VERSIONBUILD', 300200700);
define('XLSWS_BUILDDATE', 'webstore-2015-05-11-2008');
define('XLSWS_VERSION', '3.2.7.1');
define('XLSWS_VERSIONBUILD', 300200701);
define('XLSWS_BUILDDATE', 'webstore-2015-05-14-1917');
2 changes: 1 addition & 1 deletion core/protected/controllers/MyaccountController.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function actionIndex()
{
if (Yii::app()->user->isGuest)
{
$this->redirect($this->createUrl('site/login'));
$this->redirect($this->createUrl('myaccount/edit'));
}

// New styles, javascript and layout for Brooklyn2014
Expand Down

0 comments on commit f4446f5

Please sign in to comment.