remove unnecessary line
This commit is contained in:
parent
c4c55c113f
commit
4b200a093e
|
@ -23,8 +23,6 @@ function link_unload() {
|
|||
}
|
||||
|
||||
function link_plugin_admin(&$a,&$o) {
|
||||
$linkonhub = get_config('link','linkonhub');
|
||||
|
||||
$t = get_markup_template( "admin.tpl", "addon/link/" );
|
||||
$o = replace_macros($t, array(
|
||||
'$submit' => t('Submit'),
|
||||
|
|
Loading…
Reference in New Issue