Fix the syntax by adding a missing ).

This commit is contained in:
Mark Crane
2015-05-20 22:34:16 +00:00
parent f6a4a5daaa
commit 8850cf2f6c

View File

@@ -915,7 +915,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
echo "</td>\n";
echo "</tr>\n";
if (permission_exists('extension_password' && $action == "update") {
if (permission_exists('extension_password') && $action == "update") {
echo "<tr>\n";
echo "<td class='vncellreq' valign='top' align='left' nowrap='nowrap'>\n";
echo " ".$text['label-password']."\n";