mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Make databox::get_available_dcfields static
This commit is contained in:
@@ -630,7 +630,7 @@ class databox extends base
|
||||
return sprintf("%s@%s:%s (MySQL %s)", $this->dbname, $this->host, $this->port, $this->get_connection()->server_info());
|
||||
}
|
||||
|
||||
public function get_available_dcfields()
|
||||
public static function get_available_dcfields()
|
||||
{
|
||||
return array(
|
||||
databox_Field_DCESAbstract::Contributor => new databox_Field_DCES_Contributor()
|
||||
|
Reference in New Issue
Block a user