common_show_footer() was hidden in an if
darcs-hash:20080619172031-84dde-6b97932d4d51541581c0b220df8ce53cbc51e2da.gz
This commit is contained in:
parent
50c7e4c722
commit
6ef35544b1
|
@ -99,7 +99,7 @@ class OpenidsettingsAction extends SettingsAction {
|
||||||
while ($oid->fetch()) {
|
while ($oid->fetch()) {
|
||||||
common_element_start('form', array('method' => 'POST',
|
common_element_start('form', array('method' => 'POST',
|
||||||
'id' => 'openiddelete' . $idx,
|
'id' => 'openiddelete' . $idx,
|
||||||
'action' =>
|
'action' =>
|
||||||
common_local_url('openidsettings')));
|
common_local_url('openidsettings')));
|
||||||
common_element_start('p');
|
common_element_start('p');
|
||||||
common_element('a', array('href' => $oid->canonical),
|
common_element('a', array('href' => $oid->canonical),
|
||||||
|
@ -118,9 +118,9 @@ class OpenidsettingsAction extends SettingsAction {
|
||||||
$idx++;
|
$idx++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
common_show_footer();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
common_show_footer();
|
||||||
}
|
}
|
||||||
|
|
||||||
function handle_post() {
|
function handle_post() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user