mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Remove duplicate declaration of P2916 (#5280)
P2916 (wallpaper source) is defined twice in the file: once statically and then again immediately after in an if/else statement. The latter is correct. Having it defined twice causes the phone to ignore the second declaration.
This commit is contained in:
@@ -8099,7 +8099,8 @@
|
||||
<!-- # Wallpaper Source. 0 - Default, 1 - Download, 2-USB(for GXP2140/2160/2170 only), 3 - Uploaded, 4 - Color Background -->
|
||||
<!-- # Number: 0-4 -->
|
||||
<!-- # Mandatory -->
|
||||
<P2916>0</P2916>
|
||||
<!-- # This is defined in if/else statement below. Commented out here to avoid duplicate declaration -->
|
||||
<!-- <P2916>0</P2916> -->
|
||||
|
||||
<!-- # Wallpaper Server Path -->
|
||||
<!-- # String -->
|
||||
|
||||
Reference in New Issue
Block a user