changed to this:
---------------------
function bla (App &$a) {
	$a->bla = 'stuff';
}
---------------------
Signed-off-by: Roland Häder <roland@mxchange.org>
	
	
This commit is contained in:
		
					parent
					
						
							
								be35349495
							
						
					
				
			
			
				commit
				
					
						fb0ed18a43
					
				
			
		
					 8 changed files with 16 additions and 15 deletions
				
			
		| 
						 | 
				
			
			@ -369,7 +369,7 @@ if(! function_exists('paginate')) {
 | 
			
		|||
 * @param App $a App instance
 | 
			
		||||
 * @return string html for pagination #FIXME remove html
 | 
			
		||||
 */
 | 
			
		||||
function paginate(&$a) {
 | 
			
		||||
function paginate(App &$a) {
 | 
			
		||||
 | 
			
		||||
	$data = paginate_data($a);
 | 
			
		||||
	$tpl = get_markup_template("paginate.tpl");
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue