forked from GNUsocial/gnu-social
		
	pass through keys() as keyTypes() for UserFlag
This commit is contained in:
		@@ -89,6 +89,17 @@ class User_flag_profile extends Memcached_DataObject
 | 
				
			|||||||
        return array('profile_id' => 'N', 'user_id' => 'N');
 | 
					        return array('profile_id' => 'N', 'user_id' => 'N');
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * return key definitions for DB_DataObject
 | 
				
			||||||
 | 
					     *
 | 
				
			||||||
 | 
					     * @return array key definitions
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    function keyTypes()
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        return $this->keys();
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * Get a single object with multiple keys
 | 
					     * Get a single object with multiple keys
 | 
				
			||||||
     *
 | 
					     *
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user