| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -125,7 +125,7 @@ class BlogController extends Controller | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
								throw new NotFoundHttpException; | 
					 | 
					 | 
					 | 
								throw new NotFoundHttpException; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							} | 
					 | 
					 | 
					 | 
							} | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							if (\Yii::$app->request->isPost)) { | 
					 | 
					 | 
					 | 
							if (\Yii::$app->request->isPost) { | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
								$post->load($_POST); | 
					 | 
					 | 
					 | 
								$post->load($_POST); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
								if ($post->save()) { | 
					 | 
					 | 
					 | 
								if ($post->save()) { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
									$this->redirect(['view', 'id' => $post->id]); | 
					 | 
					 | 
					 | 
									$this->redirect(['view', 'id' => $post->id]); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |