forked from GNUsocial/gnu-social
		
	Merge branch '1.0.x' into testing
* 1.0.x: Move print statement
This commit is contained in:
		@@ -101,8 +101,8 @@ if (have_option('u', 'universe')) {
 | 
				
			|||||||
                $qm->enqueue(array($type, $opts), 'siterem');
 | 
					                $qm->enqueue(array($type, $opts), 'siterem');
 | 
				
			||||||
                if (!$quiet) { print "Sent pending {$type} reminders for {$server}.\n"; }
 | 
					                if (!$quiet) { print "Sent pending {$type} reminders for {$server}.\n"; }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
            if (!$quiet) { print "Done! Reminders sent to all unconfirmed addresses in the known universe.\n"; }
 | 
					 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					       if (!$quiet) { print "Done! Reminders sent to all unconfirmed addresses in the known universe.\n"; }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
} else {
 | 
					} else {
 | 
				
			||||||
    $qm = QueueManager::get();
 | 
					    $qm = QueueManager::get();
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user