Please activate JavaScript in your browser. 
?
 Success 
        
                                                
                        Success 
                        continuous-integration/travis-ci/pr 
                        The Travis CI build passed
                        Details 
                     
                                    
                        Success 
                        JTracker/HumanTestResults 
                        Human Test Results: 2 Successful 0 Failed.
                        Details 
                     
                                     
    
    
            
    
    
            
    
    
    
    
    
            
                        User tests: 
            Successful: 
        
    
    
    
        
                            
        
            Pull Request for Issue # .
Summary of Changes 
Changing line 230 of cms.php to handle non-empty,  blank messages.
Testing Instructions 
The current code, if (!strlen($msg)) still allows blank messages to be added to the messageQue.  Changing line 230 to, if (!strlen(trim($msg))) removes whitespace before checking the length, insuring that a message full just spaces won't be added,
         
             
    
    
                
            
            
                            
                    sapphireweb 
                    - 
open 
                    - 
 
                         
         
            
            
                            
                    sapphireweb 
                    - 
change 
                    - 
 
                
                         
         
            
            
                            
                    joomla-cms-bot 
                    - 
change 
                    - 
 
                
                         
         
            
            
            
                                            
                    zero-24 
                    - 
test_item 
                    - 
                    - 
Tested successfully 
                 
                         
         
            
            
            
                                            
                    Twincarb 
                    - 
test_item 
                    - 
                    - 
Tested successfully 
                 
                         
         
            
            
            
                            
                    brianteeman 
                    - 
change 
                    - 
 
                
                    
                                                    
                                                                                                    
        Rel_Number 
        0 
        ⇒ 
        9381 
     
                                                                                                                                    
        Relation Type 
        ⇒ 
        Pull Request for 
     
                                                                                        
                                             
                 
                         
         
            
            
                            
                    brianteeman 
                    - 
change 
                    - 
 
                
                    
                                                    
                                                                                                    
        Status 
        Pending 
        ⇒ 
        Ready to Commit 
     
                                                                                        
                                             
                 
                         
         
            
            
            
                            
                    joomla-cms-bot 
                    - 
change 
                    - 
 
                
                         
         
            
            
                            
                    brianteeman 
                    - 
change 
                    - 
 
                
                         
         
            
            
                            
                    brianteeman 
                    - 
change 
                    - 
 
                
                         
         
            
            
                            
                
                    
                                                    
                                                                                                    
        Status 
        Ready to Commit 
        ⇒ 
        Fixed in Code Base 
     
                                                                                                                                    
        Closed_Date 
        0000-00-00 00:00:00 
        ⇒ 
        2016-04-13 05:23:10 
     
                                                                                                                                    
        Closed_By 
        ⇒ 
        rdeutz 
     
                                                                                                                                    
        Labels 
        
                                                         
     
                                                                                        
                                             
                 
                         
         
            
            
                            
                    rdeutz 
                    - 
close 
                    - 
 
                         
         
            
            
                            
                    rdeutz 
                    - 
merge 
                    - 
 
                         
         
            
            
                            
                    joomla-cms-bot 
                    - 
close 
                    - 
 
                         
         
            
            
                            
                    joomla-cms-bot 
                    - 
change 
                    - 
 
                
                         
         
    
    
    
    Add a Comment 
            Login with GitHub to post a comment 
    
    
    
    
    
    
    
    
    
            
            
         
     
    
        
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
How to test
JFactory::getApplication()->enqueueMessage(' ', 'error');