summaryrefslogtreecommitdiff
path: root/include/login_form.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-16 14:23:00 +0300
committerAndrew Dolgov <[email protected]>2021-02-16 14:23:00 +0300
commit26d6b84a572b5cbd99acffc5ae727ea6d1be543a (patch)
treedd1f491b0e46efa92f0b1eeed85253120e519347 /include/login_form.php
parentcb6b3584ce6160b69ee03f1a31660a430cb06854 (diff)
add namespaced controls with unified naming; deprecated old-style control shortcuts
Diffstat (limited to 'include/login_form.php')
-rwxr-xr-xinclude/login_form.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/login_form.php b/include/login_form.php
index aa6a72260..798efa624 100755
--- a/include/login_form.php
+++ b/include/login_form.php
@@ -97,7 +97,7 @@
<form action="public.php?return=<?= $return ?>"
dojoType="dijit.form.Form" method="POST">
- <?php print_hidden("op", "login"); ?>
+ <?= \Controls\hidden_tag("op", "login"); ?>
<?php if (!empty($_SESSION["login_error_msg"])) { ?>
<?= format_error($_SESSION["login_error_msg"]) ?>