shish 6 سال پیش
والد
کامیت
65a771ddef
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      console/controllers/UpgradeController.php

+ 1 - 1
console/controllers/UpgradeController.php

@@ -28,7 +28,7 @@ class UpgradeController extends Controller
 {
 	
 	//yii upgrade/init
-	public function actionInit($num = 0)
+	public function actionInit()
 	{
 		if (getenv('YII_ENV') == 'dev') {
 			util::stop('开发环境不允许再初始化');