mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 00:50:18 +01:00 
			
		
		
		
	Commented code should not be commited.
This commit is contained in:
		
							parent
							
								
									b8c23747f0
								
							
						
					
					
						commit
						aaf92d5001
					
				@ -18,8 +18,10 @@ class TaskWithParameters extends AbstractTask
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    public function run()
 | 
					    public function run()
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        //throw new Mage_Task_SkipException;
 | 
					        if ($this->getParameter('booleanOption', false)) {
 | 
				
			||||||
        //return false;
 | 
					 | 
				
			||||||
            return true;
 | 
					            return true;
 | 
				
			||||||
 | 
					        } else {
 | 
				
			||||||
 | 
					            return false;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user