Update device_profile_edit.php

This commit is contained in:
FusionPBX
2016-07-28 15:54:53 -06:00
committed by GitHub
parent c5236a5c31
commit bcbf350aac

View File

@@ -660,7 +660,7 @@
echo " <input class='formfld' type='text' name='device_keys[".$x."][device_key_value]' style='width: 120px;' maxlength='255' value=\"".$row['device_key_value']."\">\n";
echo "</td>\n";
if (permission_exists('device_key_extension') {
if (permission_exists('device_key_extension')) {
echo "<td class='' align='left'>\n";
echo " <input class='formfld' type='text' name='device_keys[".$x."][device_key_extension]' style='width: 120px;' maxlength='255' value=\"".$row['device_key_extension']."\">\n";
echo "</td>\n";