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()
 | 
			
		||||
    {
 | 
			
		||||
        //throw new Mage_Task_SkipException;
 | 
			
		||||
        //return false;
 | 
			
		||||
        if ($this->getParameter('booleanOption', false)) {
 | 
			
		||||
            return true;
 | 
			
		||||
        } else {
 | 
			
		||||
            return false;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user