Update functions and calls
Update function names and scope. update calls.
This commit is contained in:
		
					parent
					
						
							
								ac317060fb
							
						
					
				
			
			
				commit
				
					
						0f546f7f0f
					
				
			
		
					 20 changed files with 122 additions and 97 deletions
				
			
		| 
						 | 
				
			
			@ -3,6 +3,7 @@
 | 
			
		|||
 * @file mod/notes.php
 | 
			
		||||
 */
 | 
			
		||||
use Friendica\App;
 | 
			
		||||
use Friendica\Content\Nav;
 | 
			
		||||
use Friendica\Database\DBM;
 | 
			
		||||
use Friendica\Model\Profile;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -16,7 +17,7 @@ function notes_init(App $a) {
 | 
			
		|||
 | 
			
		||||
	$which = $a->user['nickname'];
 | 
			
		||||
 | 
			
		||||
	nav_set_selected('home');
 | 
			
		||||
	Nav::setSelected('home');
 | 
			
		||||
 | 
			
		||||
	//Profile::load($a, $which, $profile);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue