summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery/helpers')
-rw-r--r--modules/gallery/helpers/login.php2
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"));