diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-24 11:32:09 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-24 11:32:09 -0700 |
| commit | 24bd8e4c289e999c401e77da761ccbd938707407 (patch) | |
| tree | 062e6b40bbeaa6eecf1770053777c4a9638f4e10 /modules/gallery/helpers | |
| parent | abb080f2323f93aeb6c5a7d90e3fe4236e4c5b7f (diff) | |
Remove a redundant comment, change the name of the identity change event to 'identity_before_change' and change the name of 'login::get_login_form()' to 'login::get_form()'
Diffstat (limited to 'modules/gallery/helpers')
| -rw-r--r-- | modules/gallery/helpers/login.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/login.php b/modules/gallery/helpers/login.php index d44153ad..cb961604 100644 --- a/modules/gallery/helpers/login.php +++ b/modules/gallery/helpers/login.php @@ -18,7 +18,7 @@ * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ class login_Core { - static function get_login_form($url) { + static function get_form($url) { $form = new Forge($url, "", "post", array("id" => "g-login-form")); $form->set_attr('class', "g-narrow"); $group = $form->group("login")->label(t("Login")); |
