Some small notice prevented
This commit is contained in:
		
					parent
					
						
							
								6436145909
							
						
					
				
			
			
				commit
				
					
						71fe689aae
					
				
			
		
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -775,12 +775,12 @@ class Post extends BaseObject
 | 
			
		|||
	 */
 | 
			
		||||
	private function getDefaultText()
 | 
			
		||||
	{
 | 
			
		||||
		if (!local_user()) {
 | 
			
		||||
		$a = self::getApp();
 | 
			
		||||
 | 
			
		||||
		if (!local_user() || empty($a->profile['addr'])) {
 | 
			
		||||
			return;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		$a = self::getApp();
 | 
			
		||||
 | 
			
		||||
		$item = Item::selectFirst(['author-addr'], ['id' => $this->getId()]);
 | 
			
		||||
		if (!DBA::isResult($item) || empty($item['author-addr'])) {
 | 
			
		||||
			// Should not happen
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue