mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
Update function names
update function names and hook calls
This commit is contained in:
parent
0afd633346
commit
c71f7b0e1a
50 changed files with 356 additions and 348 deletions
|
@ -163,7 +163,7 @@ function openstreetmap_generate_map(&$a, &$b)
|
|||
|
||||
}
|
||||
|
||||
function openstreetmap_plugin_admin(&$a, &$o)
|
||||
function openstreetmap_addon_admin(&$a, &$o)
|
||||
{
|
||||
$t = get_markup_template("admin.tpl", "addon/openstreetmap/");
|
||||
$tmsserver = Config::get('openstreetmap', 'tmsserver');
|
||||
|
@ -192,7 +192,7 @@ function openstreetmap_plugin_admin(&$a, &$o)
|
|||
]);
|
||||
}
|
||||
|
||||
function openstreetmap_plugin_admin_post(&$a)
|
||||
function openstreetmap_addon_admin_post(&$a)
|
||||
{
|
||||
$urltms = ((x($_POST, 'tmsserver')) ? notags(trim($_POST['tmsserver'])) : '');
|
||||
$urlnom = ((x($_POST, 'nomserver')) ? notags(trim($_POST['nomserver'])) : '');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue