fix static call to FF_Meta_Externaldata::get
This commit is contained in:
parent
f730d349bd
commit
a68f6e4563
|
@ -40,7 +40,8 @@ class FF_Directory
|
||||||
private $directory;
|
private $directory;
|
||||||
|
|
||||||
function __construct() {
|
function __construct() {
|
||||||
$this->directory = FF_Meta_Externaldata::get(FF_META_DEFAULT_DIR);
|
$ed = new FF_Meta_Externaldata();
|
||||||
|
$this->directory = $ed->get(FF_META_DEFAULT_DIR);
|
||||||
}
|
}
|
||||||
|
|
||||||
function get_url_by_city($city) {
|
function get_url_by_city($city) {
|
||||||
|
|
Loading…
Reference in a new issue